aboutsummaryrefslogtreecommitdiff
path: root/doc/man1
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-05-21 22:06:02 -0300
committerDavid Bremner <david@tethera.net>2021-06-27 14:04:43 -0300
commit42b5cb53ef321dc1caec524934d703489bc9c1b2 (patch)
tree4e6cbe50fc4c7d734adffaf8fea908da2d73e818 /doc/man1
parente2a3e5fa51122efb0f5ac836e536881d97deef1a (diff)
doc: document database.autocommit variable
This exposes some database internals that most users will probably not understand.
Diffstat (limited to 'doc/man1')
-rw-r--r--doc/man1/notmuch-config.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/man1/notmuch-config.rst b/doc/man1/notmuch-config.rst
index 138501a8..82fbb44c 100644
--- a/doc/man1/notmuch-config.rst
+++ b/doc/man1/notmuch-config.rst
@@ -88,6 +88,14 @@ paths are presumed relative to `$HOME` for items in section
Default: See HOOKS, below.
+**database.autocommit**
+
+ How often to commit transactions to disk. `0` means wait until
+ command completes, otherwise an integer `n` specifies to commit to
+ disk after every `n` completed transactions.
+
+ History: this configuration value was introduced in notmuch 0.33.
+
**user.name**
Your full name.