summaryrefslogtreecommitdiffstats
path: root/doc/man1
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2016-12-15 21:57:10 +0900
committerDavid Bremner <david@tethera.net>2016-12-15 21:57:10 +0900
commit5de84d07526d330a46e50d955bdfeed8f629637d (patch)
treecce200524a8cf61980e1f30a3774a30c1f119809 /doc/man1
parent71f1228a518f08e94dc1ea4e2147f80d3484c615 (diff)
parente81c71639e91d9a7f1fcda0f121c2ce8ed0cec63 (diff)
Merge branch 'release'
Add back in no-display parameter by hand.
Diffstat (limited to 'doc/man1')
-rw-r--r--doc/man1/notmuch-insert.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/man1/notmuch-insert.rst b/doc/man1/notmuch-insert.rst
index 9e7afc36..9847e674 100644
--- a/doc/man1/notmuch-insert.rst
+++ b/doc/man1/notmuch-insert.rst
@@ -60,6 +60,13 @@ indexing to Notmuch database, changing tags, and synchronizing tags to
maildir flags. The ``--keep`` option may be used to settle for
successful message file delivery.
+This command supports the following special exit status code for
+errors most likely to be temporary in nature, e.g. failure to get a
+database write lock.
+
+``75 (EX_TEMPFAIL)``
+ A temporary failure occured; the user is invited to retry.
+
The exit status of the **post-insert** hook does not affect the exit
status of the **insert** command.