diff options
| author | David Bremner <david@tethera.net> | 2021-05-07 08:02:16 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-05-10 11:14:57 -0300 |
| commit | a7de593f7288ded65b3a5e70f1d7d045dd7f99d7 (patch) | |
| tree | eb3d929074143709abe0b1ede5b6b8b34999bf94 | |
| parent | 8bf331108458591a36d11487cea39282c9b5bc0d (diff) | |
doc: document (tersely) the intended behaviour of relative paths.
| -rw-r--r-- | doc/man1/notmuch-config.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/man1/notmuch-config.rst b/doc/man1/notmuch-config.rst index 32290a38..b158dac3 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 |
