Re: [PATCH] notmuch.Database.remove_message should raise exception on failure
authorJustus Winter <4winter@informatik.uni-hamburg.de>
Thu, 11 Feb 2016 19:43:01 +0000 (20:43 +0100)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:21:05 +0000 (16:21 -0700)
d5/1ce2a8fcd4a0ef89e18e631865f6214659b643 [new file with mode: 0644]

diff --git a/d5/1ce2a8fcd4a0ef89e18e631865f6214659b643 b/d5/1ce2a8fcd4a0ef89e18e631865f6214659b643
new file mode 100644 (file)
index 0000000..1bf142b
--- /dev/null
@@ -0,0 +1,65 @@
+Return-Path: <teythoon@jade-hamburg.de>\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 A7C486DE0B4B\r
+ for <notmuch@notmuchmail.org>; Thu, 11 Feb 2016 11:51:08 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.931\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.931 tagged_above=-999 required=5\r
+ tests=[AWL=-0.941, RCVD_IN_DNSWL_NONE=-0.0001,\r
+ T_HEADER_FROM_DIFFERENT_DOMAINS=0.01] 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 saZBqut70BuJ for <notmuch@notmuchmail.org>;\r
+ Thu, 11 Feb 2016 11:51:06 -0800 (PST)\r
+X-Greylist: delayed 479 seconds by postgrey-1.35 at arlo;\r
+ Thu, 11 Feb 2016 11:51:06 PST\r
+Received: from mail.cryptobitch.de (cryptobitch.de [88.198.7.68])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id B0EB16DE0B36\r
+ for <notmuch@notmuchmail.org>; Thu, 11 Feb 2016 11:51:06 -0800 (PST)\r
+Received: from thinkbox (unknown [85.183.43.52])\r
+ (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))\r
+ (No client certificate requested)\r
+ by mail.cryptobitch.de (Postfix) with ESMTPSA id B37A599A292;\r
+ Thu, 11 Feb 2016 20:43:01 +0100 (CET)\r
+Received: from teythoon by thinkbox with local (Exim 4.84)\r
+ (envelope-from <teythoon@thinkbox.jade-hamburg.de>)\r
+ id 1aTx8n-00050A-Br; Thu, 11 Feb 2016 20:43:01 +0100\r
+Content-Type: text/plain; charset="utf-8"\r
+MIME-Version: 1.0\r
+Content-Transfer-Encoding: quoted-printable\r
+From: Justus Winter <4winter@informatik.uni-hamburg.de>\r
+User-Agent: alot/0.3.8.dev\r
+To: Daniel Kahn Gillmor <dkg@fifthhorseman.net>,\r
+ "Notmuch Mail" <notmuch@notmuchmail.org>\r
+References: <1455123226-1929-1-git-send-email-dkg@fifthhorseman.net>\r
+In-Reply-To: <1455123226-1929-1-git-send-email-dkg@fifthhorseman.net>\r
+Message-ID: <20160211194301.10389.63561@thinkbox.jade-hamburg.de>\r
+Subject: Re: [PATCH] notmuch.Database.remove_message should raise exception on\r
+ failure\r
+Date: Thu, 11 Feb 2016 20:43:01 +0100\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: Thu, 11 Feb 2016 19:51:08 -0000\r
+\r
+Quoting Daniel Kahn Gillmor (2016-02-10 17:53:46)\r
+> The notmuch python bindings document that database.remove_message\r
+> should raise an exception when the message removal fails, but they\r
+> don't actually do it.\r
+\r
+Merged, thanks!\r
+\r
+Justus\r