diff options
author | Tim Culverhouse <tim@timculverhouse.com> | 2022-07-05 14:48:40 -0500 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-07-10 21:15:12 +0200 |
commit | c2f4404fca15be37228545b1893f5fa335168337 (patch) | |
tree | 2bfc788a7e38510f1d5057c4b47d2460a548cb44 /doc | |
parent | ccd042889f6d8aa78b70c01395ef69aec48ac48c (diff) | |
download | aerc-c2f4404fca15be37228545b1893f5fa335168337.tar.gz |
threading: enable filtering of server-side threads
This patch enables the filtering of a threaded view which uses
server-built threads. Filtering is done server-side, in order to
preserve the use of server-built threads.
In adding this feature, the filtering of notmuch folders was brought up
to feature parity with the other workers. The filters function the same
(ie: they can be stacked). The notmuch filters, however, still use
notmuch syntax for the filtering.
Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc-notmuch.5.scd | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/aerc-notmuch.5.scd b/doc/aerc-notmuch.5.scd index 44b6b9d2..7da7ecf4 100644 --- a/doc/aerc-notmuch.5.scd +++ b/doc/aerc-notmuch.5.scd @@ -74,10 +74,14 @@ in notmuch, like :delete and :archive.++ Others are slightly different in semantics and mentioned below: *cf* <notmuch query> - The change folder command allows for arbitrary notmuch queries and should - usually be preferred over *:filter* as it will be much faster if you use - the notmuch database to do the filtering - + The change folder command allows for arbitrary notmuch queries. Performing a + cf command will perform a new top-level notmuch query + +*filter* <notmuch query> + The filter command for notmuch backends takes in arbitrary notmuch queries. + It applies the query on the set of messages shown in the message list. This + can be used to perform successive filters/queries. It is equivalent to + performing a set of queries concatenated with "and" # SEE ALSO |