]> Sergey Matveev's repositories - public-inbox.git/commitdiff
lei: add --mfolder as an --output alias
authorEric Wong <e@80x24.org>
Thu, 31 Dec 2020 13:51:41 +0000 (13:51 +0000)
committerEric Wong <e@80x24.org>
Fri, 1 Jan 2021 05:00:39 +0000 (05:00 +0000)
This will be helpful for mairix users.

lib/PublicInbox/LEI.pm

index f960aa7289721ae51921ab3ccbf51d979975c186..bb77198e437d605436d2ee56a36388f488265347 100644 (file)
@@ -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]+') ],