Re: [PATCH] notmuch.Database.remove_message should raise exception on failure
[notmuch-archives.git] / d5 / 1ce2a8fcd4a0ef89e18e631865f6214659b643
1 Return-Path: <teythoon@jade-hamburg.de>\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 A7C486DE0B4B\r
6  for <notmuch@notmuchmail.org>; Thu, 11 Feb 2016 11:51:08 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.931\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.931 tagged_above=-999 required=5\r
12  tests=[AWL=-0.941, RCVD_IN_DNSWL_NONE=-0.0001,\r
13  T_HEADER_FROM_DIFFERENT_DOMAINS=0.01] 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 saZBqut70BuJ for <notmuch@notmuchmail.org>;\r
17  Thu, 11 Feb 2016 11:51:06 -0800 (PST)\r
18 X-Greylist: delayed 479 seconds by postgrey-1.35 at arlo;\r
19  Thu, 11 Feb 2016 11:51:06 PST\r
20 Received: from mail.cryptobitch.de (cryptobitch.de [88.198.7.68])\r
21  by arlo.cworth.org (Postfix) with ESMTPS id B0EB16DE0B36\r
22  for <notmuch@notmuchmail.org>; Thu, 11 Feb 2016 11:51:06 -0800 (PST)\r
23 Received: from thinkbox (unknown [85.183.43.52])\r
24  (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))\r
25  (No client certificate requested)\r
26  by mail.cryptobitch.de (Postfix) with ESMTPSA id B37A599A292;\r
27  Thu, 11 Feb 2016 20:43:01 +0100 (CET)\r
28 Received: from teythoon by thinkbox with local (Exim 4.84)\r
29  (envelope-from <teythoon@thinkbox.jade-hamburg.de>)\r
30  id 1aTx8n-00050A-Br; Thu, 11 Feb 2016 20:43:01 +0100\r
31 Content-Type: text/plain; charset="utf-8"\r
32 MIME-Version: 1.0\r
33 Content-Transfer-Encoding: quoted-printable\r
34 From: Justus Winter <4winter@informatik.uni-hamburg.de>\r
35 User-Agent: alot/0.3.8.dev\r
36 To: Daniel Kahn Gillmor <dkg@fifthhorseman.net>,\r
37  "Notmuch Mail" <notmuch@notmuchmail.org>\r
38 References: <1455123226-1929-1-git-send-email-dkg@fifthhorseman.net>\r
39 In-Reply-To: <1455123226-1929-1-git-send-email-dkg@fifthhorseman.net>\r
40 Message-ID: <20160211194301.10389.63561@thinkbox.jade-hamburg.de>\r
41 Subject: Re: [PATCH] notmuch.Database.remove_message should raise exception on\r
42  failure\r
43 Date: Thu, 11 Feb 2016 20:43:01 +0100\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.20\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48  <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
50  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
55  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Thu, 11 Feb 2016 19:51:08 -0000\r
57 \r
58 Quoting Daniel Kahn Gillmor (2016-02-10 17:53:46)\r
59 > The notmuch python bindings document that database.remove_message\r
60 > should raise an exception when the message removal fails, but they\r
61 > don't actually do it.\r
62 \r
63 Merged, thanks!\r
64 \r
65 Justus\r