diff options
| author | David Bremner <david@tethera.net> | 2021-05-07 08:13:22 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-05-10 11:14:57 -0300 |
| commit | bfbe2e55f294532c67ef3b10fca1996a33fccd32 (patch) | |
| tree | 1216946a4d8009103349a335ee050548b3a4ef03 /doc | |
| parent | a7de593f7288ded65b3a5e70f1d7d045dd7f99d7 (diff) | |
doc: document database.backup_dir
Most users will not need to change this, but documenting it helps
preserve the interface.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/man1/notmuch-config.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/man1/notmuch-config.rst b/doc/man1/notmuch-config.rst index b158dac3..75c59ff9 100644 --- a/doc/man1/notmuch-config.rst +++ b/doc/man1/notmuch-config.rst @@ -65,6 +65,14 @@ paths are presumed relative to `$HOME` for items in section 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 |
