From: Eric Wong Date: Thu, 31 Dec 2020 13:51:41 +0000 (+0000) Subject: lei: add --mfolder as an --output alias X-Git-Tag: v1.7.0~1448 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=52acde10d4c149bb73b717abdc70720be9a4fe24;p=public-inbox.git lei: add --mfolder as an --output alias This will be helpful for mairix users. --- diff --git a/lib/PublicInbox/LEI.pm b/lib/PublicInbox/LEI.pm index f960aa72..bb77198e 100644 --- a/lib/PublicInbox/LEI.pm +++ b/lib/PublicInbox/LEI.pm @@ -69,7 +69,7 @@ sub _config_path ($) { # command => [ positional_args, 1-line description, Getopt::Long option spec ] our %CMD = ( # sorted in order of importance/use: 'q' => [ 'SEARCH_TERMS...', 'search for messages matching terms', qw( - save-as=s output|o=s format|f=s dedupe|d=s thread|t augment|a + save-as=s output|mfolder|o=s format|f=s dedupe|d=s thread|t augment|a sort|s=s@ reverse|r offset=i remote local! external! since|after=s until|before=s), opt_dash('limit|n=i', '[0-9]+') ],