about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-02-02 11:46:59 +0000
committerEric Wong <e@80x24.org>2021-02-03 07:32:43 +0000
commit3620882c340d85f955ced0eb4ae0c89df010956b (patch)
tree7d715001862f22716f1cc4b33a8d3f062bfdba2b
parent8c5675254f496c6b66ba9db609873f1f94270201 (diff)
downloadpublic-inbox-3620882c340d85f955ced0eb4ae0c89df010956b.tar.gz
"-a" is supported by mairix, too.  We should also note somewhere
the query parsing features supported by Xapian.
-rw-r--r--Documentation/lei-q.pod5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/lei-q.pod b/Documentation/lei-q.pod
index e307e020..5c0ca843 100644
--- a/Documentation/lei-q.pod
+++ b/Documentation/lei-q.pod
@@ -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>