From 03dc7c06fd4c422e1124fd03f311f131f25911c8 Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Sat, 26 Dec 2020 10:29:06 +0100 Subject: [PATCH] Add paragraph for query completion to texinfo docs --- mu4e/mu4e.texi | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/mu4e/mu4e.texi b/mu4e/mu4e.texi index f3370bf8..3f6d5f0e 100644 --- a/mu4e/mu4e.texi +++ b/mu4e/mu4e.texi @@ -1910,9 +1910,16 @@ see @ref{Sorting and threading}. @t{mu4e} queries are the same as the ones that @t{mu find} understands@footnote{with the caveat that command-line queries are -subject to the shell's interpretation before @t{mu} sees them}. Let's -look at some examples here; you can consult the @code{mu-query} man page -for the details. +subject to the shell's interpretation before @t{mu} sees them}. You can +consult the @code{mu-query} man page for the details. + +Additionally, @t{mu4e} supports @kbd{TAB}-completion for queries. There +there is completion for all search keywords such as @code{and}, +@code{from:}, or @code{date:} and also for certain values, i.e., the +possible values for @code{flag:}, @code{prio:}, @code{mime:}, and +@code{maildir:}. + +Let's look at some examples here. @itemize