diff options
author | witcher <witcher@wiredspace.de> | 2023-03-16 17:15:36 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-03-16 21:05:09 +0100 |
commit | a3edb98b0151a1793d10b5f1a171338a5997f004 (patch) | |
tree | 81f8a79b2fc75433a18732a6ad4f87a9dadf3995 /doc | |
parent | b756cf3f875a364fd4e0f0be83965a900cb4c0a6 (diff) | |
download | aerc-a3edb98b0151a1793d10b5f1a171338a5997f004.tar.gz |
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 <witcher@wiredspace.de>
Acked-by: Moritz Poldrack <moritz@poldrack.dev>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc.1.scd | 8 |
1 files changed, 2 insertions, 6 deletions
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* [_<options>_] _<terms>_... 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* _<name>_ 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* [_<options>_] _<terms>_... - Searches the current folder. - The search syntax is dependent on the underlying backend. - Refer to *aerc-search*(1) for details - *:select* _<n>_++ *:select-message* _<n>_ Selects the _<n>_\th message in the message list (and scrolls it into |