about summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorJeffas <dev@jeffas.io>2019-09-20 17:26:17 +0100
committerDrew DeVault <sir@cmpwn.com>2019-09-20 15:06:54 -0400
commitd2a18e267c5d8908377d5a73172bd4313edc4891 (patch)
treebd4018773ff535da4d53177b47756c00926c0b0e /doc
parent39307a6fa7e96641b822ed0a9acb75021dcf7fe9 (diff)
downloadaerc-d2a18e267c5d8908377d5a73172bd4313edc4891.tar.gz
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/aerc-search.1.scd12
1 files changed, 10 insertions, 2 deletions
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 <from>*: Search for messages from <from>
 
+	*-t <to>*: Search for messages to <to>
+
+	*-c <cc>*: Search for messages cc'ed to <cc>
+
 # MAILDIR
 
 *search* [-rubt] [-f <from>] <terms...>
@@ -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 <from>*: Search for messages from <from>
 
+	*-t <to>*: Search for messages to <to>
+
+	*-c <cc>*: Search for messages cc'ed to <cc>
+
 # NOTMUCH
 
 *search* <query...>