summary refs log tree commit diff stats
path: root/doc/aerc-search.1.scd
diff options
context:
space:
mode:
Diffstat (limited to 'doc/aerc-search.1.scd')
-rw-r--r--doc/aerc-search.1.scd20
1 files changed, 14 insertions, 6 deletions
diff --git a/doc/aerc-search.1.scd b/doc/aerc-search.1.scd
index 614a2bd..8c5861a 100644
--- a/doc/aerc-search.1.scd
+++ b/doc/aerc-search.1.scd
@@ -2,9 +2,13 @@ aerc-search(1)
 
 # IMAP
 
-*search* [-rubt] [-f <from>] <terms...>
-	Searches the current folder for <terms>. Each separate term is searched
-	case-insensitively among subject lines if *-b* or *-t* are not provided.
+*search* [-ruba] [-f <from>] [-t <to>] [-c <cc>] [terms...]
+	Searches the current folder for messages matching the given set of
+	conditions.
+
+	Each space separated term of *terms*, if provided, is searched
+	case-insensitively among subject lines unless *-b* or *-a* are
+	provided.
 
 	*-r*: Search for read messages
 
@@ -22,9 +26,13 @@ aerc-search(1)
 
 # MAILDIR
 
-*search* [-rubt] [-f <from>] <terms...>
-	Searches the current folder for <terms>. Each separate term is searched
-	case-insensitively among subject lines if *-b* or *-t* are not provided.
+*search* [-ruba] [-f <from>] [-t <to>] [-c <cc>] [terms...]
+	Searches the current folder for messages matching the given set of
+	conditions.
+
+	Each space separated term of *terms*, if provided, is searched
+	case-insensitively among subject lines unless *-b* or *-a* are
+	provided.
 
 	*-r*: Search for read messages
 
'#n146'>146 147 148 149 150 151 152 153 154 155 156