From 494bd674a98bc9f2889acad0fda3ff4c77c641b5 Mon Sep 17 00:00:00 2001 From: Tobias Wölfel Date: Fri, 24 Jul 2020 10:36:19 +0200 Subject: Add flag based search options Provide search and filter with the option to specify more flag based conditions. Use '-x ' to search for messages with a flag (seen, answered, flagged) and '-X ' to search for messages without a flag. --- doc/aerc-search.1.scd | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) (limited to 'doc/aerc-search.1.scd') diff --git a/doc/aerc-search.1.scd b/doc/aerc-search.1.scd index 8c5861a..b90a934 100644 --- a/doc/aerc-search.1.scd +++ b/doc/aerc-search.1.scd @@ -2,7 +2,7 @@ aerc-search(1) # IMAP -*search* [-ruba] [-f ] [-t ] [-c ] [terms...] +*search* [-ruba] [-x ] [-X ] [-f ] [-t ] [-c ] [terms...] Searches the current folder for messages matching the given set of conditions. @@ -14,6 +14,22 @@ aerc-search(1) *-u*: Search for unread messages + *-x *, *-X *: Restrict search to messages with or without + + Use *-x* to search for messages with the flag set. + Use *-X* to search for messages without the flag set. + + Possible values are: + + Seen + Read messages + + Answered + Replied messages + + Flagged + Flagged messages + *-b*: Search in the body of the messages *-a*: Search in the entire text of the messages @@ -26,7 +42,7 @@ aerc-search(1) # MAILDIR -*search* [-ruba] [-f ] [-t ] [-c ] [terms...] +*search* [-ruba] [-x ] [-X ] [-f ] [-t ] [-c ] [terms...] Searches the current folder for messages matching the given set of conditions. @@ -38,6 +54,22 @@ aerc-search(1) *-u*: Search for unread messages + *-x *, *-X *: Restrict search to messages with or without + + Use *-x* to search for messages with the flag set. + Use *-X* to search for messages without the flag set. + + Possible values are: + + Seen + Read messages + + Answered + Replied messages + + Flagged + Flagged messages + *-b*: Search in the body of the messages *-a*: Search in the entire text of the messages -- cgit 1.4.1-2-gfad0