Re: [PATCH v3] Allow content preference based on message content.
[notmuch-archives.git] / dc / cd32b73e4e69d967025aff73e09955f888e28b
1 Return-Path: <bremner@tethera.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5  by arlo.cworth.org (Postfix) with ESMTP id 257606DE02CB\r
6  for <notmuch@notmuchmail.org>; Tue, 29 Mar 2016 19:10:31 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.021\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.021 tagged_above=-999 required=5\r
12  tests=[AWL=-0.010, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01]\r
13  autolearn=disabled\r
14 Received: from arlo.cworth.org ([127.0.0.1])\r
15  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
16  with ESMTP id 7vIau1astb0e for <notmuch@notmuchmail.org>;\r
17  Tue, 29 Mar 2016 19:10:22 -0700 (PDT)\r
18 Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
19  by arlo.cworth.org (Postfix) with ESMTPS id BA2376DE02A7\r
20  for <notmuch@notmuchmail.org>; Tue, 29 Mar 2016 19:10:22 -0700 (PDT)\r
21 Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
22  (envelope-from <bremner@tethera.net>) id 1al5ax-00009z-3I\r
23  for notmuch@notmuchmail.org; Tue, 29 Mar 2016 22:10:55 -0400\r
24 Received: (nullmailer pid 32046 invoked by uid 1000);\r
25  Wed, 30 Mar 2016 02:10:18 -0000\r
26 From: David Bremner <david@tethera.net>\r
27 To: notmuch@notmuchmail.org\r
28 Subject: handle NOTMUCH_STATUS_ERROR_MESSAGE\r
29 Date: Tue, 29 Mar 2016 23:10:12 -0300\r
30 Message-Id: <1459303814-31988-1-git-send-email-david@tethera.net>\r
31 X-Mailer: git-send-email 2.8.0.rc3\r
32 X-BeenThere: notmuch@notmuchmail.org\r
33 X-Mailman-Version: 2.1.20\r
34 Precedence: list\r
35 List-Id: "Use and development of the notmuch mail system."\r
36  <notmuch.notmuchmail.org>\r
37 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
38  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
39 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
40 List-Post: <mailto:notmuch@notmuchmail.org>\r
41 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
42 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
43  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
44 X-List-Received-Date: Wed, 30 Mar 2016 02:10:31 -0000\r
45 \r
46 \r
47 There's what looks like a race condition discussed at\r
48 \r
49         https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698810\r
50 \r
51 This doesn't do anything about the race condition, but tries to report\r
52 more helpful information when it happens.\r
53 \r
54 If I knew how to test this properly, I'd probably know how to\r
55 reproduce the race condition.\r
56 \r
57 The first page in the series is needed for some other things, so it's\r
58 not as much overkill as it looks.\r
59 \r