diff options
author | Reto Brunner <reto@labrat.space> | 2019-08-28 06:39:08 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-08-29 08:44:11 +0900 |
commit | f13f9a86849ff8b4616aa7b462ed171833e02a95 (patch) | |
tree | 8ab9521d83b9c7486c5cd902f6111d2572de40ac /doc | |
parent | 94b9d557dee0fd13853b1883cc2730c5cbdbcd3f (diff) | |
download | aerc-f13f9a86849ff8b4616aa7b462ed171833e02a95.tar.gz |
notmuch: add search / filter capabilities
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc-search.1.scd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/aerc-search.1.scd b/doc/aerc-search.1.scd index 58da44b..c86ed6a 100644 --- a/doc/aerc-search.1.scd +++ b/doc/aerc-search.1.scd @@ -9,3 +9,13 @@ aerc-search(1) *-r*: Search for read messages *-u*: Search for unread messages + +# NOTMUCH + +*search* <query...> + You can use the full notmuch query language as described in + *notmuch-search-terms*(7). + + The query will only apply on top of the active folder query. + + Example: jump to next unread `:search tag:unread` |