]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc: lei-q: note "-a" and link to Xapian QueryParser
authorEric Wong <e@80x24.org>
Tue, 2 Feb 2021 11:46:59 +0000 (11:46 +0000)
committerEric Wong <e@80x24.org>
Wed, 3 Feb 2021 07:32:43 +0000 (07:32 +0000)
"-a" is supported by mairix, too.  We should also note somewhere
the query parsing features supported by Xapian.

Documentation/lei-q.pod

index e307e0205f932b0a7051b4379ccf50e8154af7d1..5c0ca843fbc335ef2d0bd33fcd35f1ce33d0dfb9 100644 (file)
@@ -43,7 +43,7 @@ For a subset of MUAs known to accept a mailbox via C<-f>, COMMAND can
 be abbreviated to the name of the program: C<mutt>, C<mailx>, C<mail>,
 or C<neomutt>.
 
-=item --augment
+=item -a, --augment
 
 Augment output destination instead of clobbering it.
 
@@ -124,4 +124,5 @@ License: AGPL-3.0+ L<https://www.gnu.org/licenses/agpl-3.0.txt>
 
 =head1 SEE ALSO
 
-L<lei-add-external(1)>
+L<lei-add-external(1)>,
+L<Xapian::QueryParser Syntax|https://xapian.org/docs/queryparser.html>