From: David Bremner Date: Mon, 28 Nov 2016 03:01:42 +0000 (-0400) Subject: cli/insert: return EX_TEMPFAIL for some errors X-Git-Tag: 0.23.4~8 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=d74c5345704136611f993ca38e0d035b1da798b6;hp=d74c5345704136611f993ca38e0d035b1da798b6;p=notmuch cli/insert: return EX_TEMPFAIL for some errors 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. ---