diff options
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` |