diff options
author | Reto Brunner <reto@labrat.space> | 2020-10-08 20:40:07 +0200 |
---|---|---|
committer | Reto Brunner <reto@labrat.space> | 2020-10-08 20:42:05 +0200 |
commit | d8a75a5159eb9bf18e629be0598aaef5f90da7e4 (patch) | |
tree | b40e13cf360fb236f1c942c103a912ec2f89f8e5 /doc | |
parent | c48f228fa5ac57984af78e19713929224874aa8b (diff) | |
download | aerc-d8a75a5159eb9bf18e629be0598aaef5f90da7e4.tar.gz |
notmuch: clarify comment char of query-maps
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc-notmuch.5.scd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/aerc-notmuch.5.scd b/doc/aerc-notmuch.5.scd index cb4baed..eb29c53 100644 --- a/doc/aerc-notmuch.5.scd +++ b/doc/aerc-notmuch.5.scd @@ -37,7 +37,8 @@ options are available: *query-map* Path to a file containing a mapping from display name to notmuch query in the form of NAME=QUERY.++ -Multiple entries can be specified, one per line. +Multiple entries can be specified, one per line.++ +Lines starting with '#' are ignored and serve as comments. e.g. inbox=tag:inbox and not tag:archived |