From d2a18e267c5d8908377d5a73172bd4313edc4891 Mon Sep 17 00:00:00 2001 From: Jeffas Date: Fri, 20 Sep 2019 17:26:17 +0100 Subject: Change search flags This changes the search flags for maildir and imap backends. They now no longer use -t for searching all text. This seems to make more sense as being the targeted recipient. I have similarly added Cc for -c. The text search now resides under -a for all text. --- doc/aerc-search.1.scd | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/aerc-search.1.scd b/doc/aerc-search.1.scd index fae241a..614a2bd 100644 --- a/doc/aerc-search.1.scd +++ b/doc/aerc-search.1.scd @@ -12,10 +12,14 @@ aerc-search(1) *-b*: Search in the body of the messages - *-t*: Search in the entire text of the messages + *-a*: Search in the entire text of the messages *-f *: Search for messages from + *-t *: Search for messages to + + *-c *: Search for messages cc'ed to + # MAILDIR *search* [-rubt] [-f ] @@ -28,10 +32,14 @@ aerc-search(1) *-b*: Search in the body of the messages - *-t*: Search in the entire text of the messages + *-a*: Search in the entire text of the messages *-f *: Search for messages from + *-t *: Search for messages to + + *-c *: Search for messages cc'ed to + # NOTMUCH *search* -- cgit v1.2.3