diff options
| author | David Bremner <david@tethera.net> | 2021-05-10 11:36:56 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-05-10 11:36:56 -0300 |
| commit | b4a4ed0df9cd2150e75853f5491cfa02fe72caf1 (patch) | |
| tree | 0090f337227ba5d2e06966f8074c540aea914d66 /doc | |
| parent | ac64de450a4d61c49fef509ce376fc4d096bb5b5 (diff) | |
| parent | 5ebbf17242522e3a00d7f084f0ddfc86b0611825 (diff) | |
Merge branch 'release'
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/man1/notmuch-config.rst | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/man1/notmuch-config.rst b/doc/man1/notmuch-config.rst index 32290a38..75c59ff9 100644 --- a/doc/man1/notmuch-config.rst +++ b/doc/man1/notmuch-config.rst @@ -44,7 +44,9 @@ configuration file and corresponding database. characters. In a multiple-value item (a list), the values are separated by semicolon characters. -The available configuration items are described below. +The available configuration items are described below. Non-absolute +paths are presumed relative to `$HOME` for items in section +**database**. **database.path** Notmuch will store its database here, (in @@ -63,6 +65,14 @@ The available configuration items are described below. Default: For compatibility with older configurations, the value of database.path is used if **database.mail\_root** is unset. +**database.backup_dir** + Directory to store tag dumps when upgrading database. + + History: this configuration value was introduced in notmuch 0.32. + + Default: A sibling directory of the Xapian database called + `backups`. + **database.hook_dir** Directory containing hooks run by notmuch commands. See |
