handle NOTMUCH_STATUS_ERROR_MESSAGE
authorDavid Bremner <david@tethera.net>
Wed, 30 Mar 2016 02:10:12 +0000 (23:10 +2100)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:21:25 +0000 (16:21 -0700)
dc/cd32b73e4e69d967025aff73e09955f888e28b [new file with mode: 0644]

diff --git a/dc/cd32b73e4e69d967025aff73e09955f888e28b b/dc/cd32b73e4e69d967025aff73e09955f888e28b
new file mode 100644 (file)
index 0000000..5d2a116
--- /dev/null
@@ -0,0 +1,59 @@
+Return-Path: <bremner@tethera.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 257606DE02CB\r
+ for <notmuch@notmuchmail.org>; Tue, 29 Mar 2016 19:10:31 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.021\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.021 tagged_above=-999 required=5\r
+ tests=[AWL=-0.010, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01]\r
+ autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id 7vIau1astb0e for <notmuch@notmuchmail.org>;\r
+ Tue, 29 Mar 2016 19:10:22 -0700 (PDT)\r
+Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id BA2376DE02A7\r
+ for <notmuch@notmuchmail.org>; Tue, 29 Mar 2016 19:10:22 -0700 (PDT)\r
+Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
+ (envelope-from <bremner@tethera.net>) id 1al5ax-00009z-3I\r
+ for notmuch@notmuchmail.org; Tue, 29 Mar 2016 22:10:55 -0400\r
+Received: (nullmailer pid 32046 invoked by uid 1000);\r
+ Wed, 30 Mar 2016 02:10:18 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: handle NOTMUCH_STATUS_ERROR_MESSAGE\r
+Date: Tue, 29 Mar 2016 23:10:12 -0300\r
+Message-Id: <1459303814-31988-1-git-send-email-david@tethera.net>\r
+X-Mailer: git-send-email 2.8.0.rc3\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 30 Mar 2016 02:10:31 -0000\r
+\r
+\r
+There's what looks like a race condition discussed at\r
+\r
+       https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698810\r
+\r
+This doesn't do anything about the race condition, but tries to report\r
+more helpful information when it happens.\r
+\r
+If I knew how to test this properly, I'd probably know how to\r
+reproduce the race condition.\r
+\r
+The first page in the series is needed for some other things, so it's\r
+not as much overkill as it looks.\r
+\r