diff options
| author | David Bremner <david@tethera.net> | 2020-12-31 18:20:31 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-03-20 07:39:12 -0300 |
| commit | e823d05ae6dc920d4fc9abf774c3d2575d891d7b (patch) | |
| tree | a66d028308be1a14a3b6f5fcae9feaa12cc3aede /doc | |
| parent | 986056bdbcfea642a2d08f7ee257f7aaaed433b9 (diff) | |
lib: support splitting mail from database location.
Introduce a new configuration value for the mail root, and use it to
locate mail messages in preference to the database.path (which
previously implied the mail messages were also in this location.
Initially only a subset of the CLI is tested in a split
configuration. Further changes will be needed for the remainder of the
CLI to work in split configurations.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/man1/notmuch-config.rst | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/doc/man1/notmuch-config.rst b/doc/man1/notmuch-config.rst index bc597957..223d2de5 100644 --- a/doc/man1/notmuch-config.rst +++ b/doc/man1/notmuch-config.rst @@ -43,12 +43,21 @@ configuration file and corresponding database. The available configuration items are described below. **database.path** + Notmuch will store its database here, (in + sub-directory named ``.notmuch`` if **database.mail\_root** + is unset). + + Default: ``$MAILDIR`` variable if set, otherwise ``$HOME/mail``. + +**database.mail_root** The top-level directory where your mail currently exists and to where mail will be delivered in the future. Files should be - individual email messages. Notmuch will store its database within - a sub-directory of the path configured here named ``.notmuch``. + individual email messages. - Default: ``$MAILDIR`` variable if set, otherwise ``$HOME/mail``. + History: this configuration value was introduced in notmuch 0.32. + + Default: For compatibility with older configurations, the value of + database.path is used if **database.mail\_root** is unset. **database.hook_dir** |
