From a3edb98b0151a1793d10b5f1a171338a5997f004 Mon Sep 17 00:00:00 2001 From: witcher Date: Thu, 16 Mar 2023 17:15:36 +0100 Subject: doc: merge duplicate :filter in aerc(1) :filter was given twice in the "MESSAGE LIST COMMANDS" section of aerc(1), both incomplete/wrong. Merge both to reference aerc-search(1) and say it actually *filters* the message list. Fixes: af63bd0188d1 ("doc: homogenize scdoc markup") References: https://todo.sr.ht/~rjarry/aerc/144 Signed-off-by: witcher Acked-by: Moritz Poldrack --- doc/aerc.1.scd | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 964c1d9c..674535a9 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -328,7 +328,8 @@ message list, the message in the message viewer, etc). *:filter* [__] __... Similar to *:search*, but filters the displayed messages to only the search - results. See the documentation for *:search* for more details. + results. The search syntax is dependent on the underlying backend. + Refer to *aerc-search*(1) for details *:mkdir* __ Creates a new folder for this account and changes to that folder. @@ -379,11 +380,6 @@ message list, the message in the message viewer, etc). *:prev-result* Selects the next or previous search result. -*:filter* [__] __... - Searches the current folder. - The search syntax is dependent on the underlying backend. - Refer to *aerc-search*(1) for details - *:select* __++ *:select-message* __ Selects the __\th message in the message list (and scrolls it into -- cgit