diff options
author | Robin Jarry <robin@jarry.cc> | 2022-11-22 08:46:29 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-11-24 19:19:10 +0100 |
commit | fa294ef76fa015c090d1543630b147f2dca0b49a (patch) | |
tree | c373c9524df1b93a3c534f62cb2fce55872daa62 /doc/aerc-notmuch.5.scd | |
parent | c8ff23275a0047af487e63f76d8f079c881db713 (diff) | |
download | aerc-fa294ef76fa015c090d1543630b147f2dca0b49a.tar.gz |
config: sanitize default values
Remove `Default: none` or `Default: ""` statements which may be
confusing. If there is no default value, simply do not mention a default
value.
Comment all settings in aerc.conf so that real default values are used.
Adjust man pages.
Signed-off-by: Robin Jarry <robin@jarry.cc>
Acked-by: Koni Marti <koni.marti@gmail.com>
Diffstat (limited to 'doc/aerc-notmuch.5.scd')
-rw-r--r-- | doc/aerc-notmuch.5.scd | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/aerc-notmuch.5.scd b/doc/aerc-notmuch.5.scd index e9c03dff..e94cc057 100644 --- a/doc/aerc-notmuch.5.scd +++ b/doc/aerc-notmuch.5.scd @@ -26,8 +26,6 @@ options are available: Example: check-mail-cmd = mbsync -a - Default: none - *check-mail-timeout* Timeout for the *check-mail-cmd*. The command will be stopped if it does not complete in this interval and an error will be displayed. Increase from @@ -57,23 +55,17 @@ Lines starting with '#' are ignored and serve as comments. e.g. inbox=tag:inbox and not tag:archived - Default: none - *exclude-tags* Comma separated list of tags which will be excluded from query results, unless explicitly mentioned in the query.++ This can for example be useful if you use an archive or spam tag. - Default: none - *maildir-store* Path to the maildir store containing the message files backing the notmuch database. This is often the same as the notmuch database path. This is optional. If specified, it will be used by aerc to list available folders and enable commands such as :delete and :archive. - Default: none - # USAGE Notmuch shows slightly different behavior than for example imap.++ |