From 94b9d557dee0fd13853b1883cc2730c5cbdbcd3f Mon Sep 17 00:00:00 2001 From: Reto Brunner Date: Wed, 28 Aug 2019 06:39:07 +0200 Subject: extract search criteria parsing into the backends --- doc/aerc.1.scd | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'doc/aerc.1.scd') diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 225ded7..c3be01b 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -175,13 +175,10 @@ message list, the message in the message viewer, etc). *next-result*, *prev-result* Selects the next or previous search result. -*search* [-ru] - Searches the current folder for . Each separate term is searched - case-insensitively among subject lines. - - *-r*: Search for read messages - - *-u*: Search for unread messages +*search* + Searches the current folder. + The search syntax is dependant on the underlying backend. + Refer to *aerc-search*(1) for details *select* Selects the nth message in the message list (and scrolls it into view if -- cgit v1.2.3