]> git.notmuchmail.org Git - notmuch/commitdiff
cli/insert: return EX_TEMPFAIL for some errors
authorDavid Bremner <david@tethera.net>
Mon, 28 Nov 2016 03:01:42 +0000 (23:01 -0400)
committerDavid Bremner <david@tethera.net>
Wed, 7 Dec 2016 11:00:40 +0000 (07:00 -0400)
Attempt to distinguish between errors indicating misconfiguration or
programmer error, which we consider "permanent", in the sense that
automatic retries are unlikely to be useful, and those indicating
transient error conditions. We consider XAPIAN_EXCEPTION transient
because it covers the important special case of locking failure.


No differences found