Re: [PATCH] emacs: poll: return useful errors when poll fails.
authorDavid Bremner <david@tethera.net>
Mon, 23 Nov 2015 12:51:03 +0000 (08:51 +2000)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:50:04 +0000 (14:50 -0700)
af/f1a47a2c458b95dfc08526947944d712b45009 [new file with mode: 0644]

diff --git a/af/f1a47a2c458b95dfc08526947944d712b45009 b/af/f1a47a2c458b95dfc08526947944d712b45009
new file mode 100644 (file)
index 0000000..0b31fd6
--- /dev/null
@@ -0,0 +1,69 @@
+Return-Path: <david@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 CD2D66DE0943\r
+ for <notmuch@notmuchmail.org>; Mon, 23 Nov 2015 05:02:48 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.313\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.313 tagged_above=-999 required=5 tests=[AWL=0.238,\r
+  RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001] 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 0-y9Y66XEHSB for <notmuch@notmuchmail.org>;\r
+ Mon, 23 Nov 2015 05:02:43 -0800 (PST)\r
+Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 7BE076DE0FFA\r
+ for <notmuch@notmuchmail.org>; Mon, 23 Nov 2015 05:02:43 -0800 (PST)\r
+Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1a0qaG-0000UG-2x; Mon, 23 Nov 2015 07:51:04 -0500\r
+Received: (nullmailer pid 6623 invoked by uid 1000);\r
+ Mon, 23 Nov 2015 12:51:03 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Mark Walters <markwalters1009@gmail.com>, notmuch@notmuchmail.org,\r
+ ketil@malde.org\r
+Subject: Re: [PATCH] emacs: poll: return useful errors when poll fails.\r
+In-Reply-To: <1446056919-27822-1-git-send-email-markwalters1009@gmail.com>\r
+References: <87bnd5qjnd.fsf@wespe.malde.org>\r
+ <1446056919-27822-1-git-send-email-markwalters1009@gmail.com>\r
+User-Agent: Notmuch/0.21+7~g55fb7da (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Mon, 23 Nov 2015 08:51:03 -0400\r
+Message-ID: <87r3jg516w.fsf@zancas.localnet>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\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: Mon, 23 Nov 2015 13:02:49 -0000\r
+\r
+Mark Walters <markwalters1009@gmail.com> writes:\r
+\r
+> Previously poll called from emacs would fail silently. This makes it\r
+> return a useful error message.\r
+>\r
+> In the non-deprecated case of notmuch new and appropriate hooks, it\r
+> uses notmuch-call-notmuch-process which gives an error and\r
+> additionally puts the stdout/stderr etc in the *Notmuch errors*\r
+> buffer.\r
+>\r
+> In the deprecated case of a custom poll script it only returns an\r
+> error message.\r
+>\r
+> Commit based on a bug report, and a potential fix, by Ketil Malde.\r
+\r
+applied to release and master\r
+\r
+d\r