user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* [PATCH] lei: remove "forget" (old name for "rm")
@ 2021-06-01 19:20 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2021-06-01 19:20 UTC (permalink / raw)
  To: meta

"rm" is probably the better name for it, since it matches
"public-inbox-learn rm"
---
 lib/PublicInbox/LEI.pm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/PublicInbox/LEI.pm b/lib/PublicInbox/LEI.pm
index 3527cf09..30f90798 100644
--- a/lib/PublicInbox/LEI.pm
+++ b/lib/PublicInbox/LEI.pm
@@ -218,9 +218,6 @@ our %CMD = ( # sorted in order of importance/use:
 	qw(stdin| in-format|F=s input|i=s@ oid=s@ mid=s@),
 	qw(no-torsocks torsocks=s), PublicInbox::LeiQuery::curl_opt(), @c_opt,
 	pass_through('-kw:foo for delete') ],
-'forget' => [ '[--stdin|--oid=OID|--by-mid=MID]',
-	"exclude message(s) on stdin from `q' search results",
-	qw(stdin| oid=s exact by-mid|mid:s), @c_opt ],
 
 'purge-mailsource' => [ 'LOCATION|--all',
 	'remove imported messages from IMAP, Maildirs, and MH',

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-01 19:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-01 19:20 [PATCH] lei: remove "forget" (old name for "rm") Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).