Re: Fix for emacs 24
authorDavid Bremner <david@tethera.net>
Mon, 5 Sep 2011 12:19:33 +0000 (09:19 +2100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:39:21 +0000 (09:39 -0800)
da/8f26f85f5547181eff609710a97f1df44c3bdf [new file with mode: 0644]

diff --git a/da/8f26f85f5547181eff609710a97f1df44c3bdf b/da/8f26f85f5547181eff609710a97f1df44c3bdf
new file mode 100644 (file)
index 0000000..e19682b
--- /dev/null
@@ -0,0 +1,76 @@
+Return-Path: <bremner@unb.ca>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id AB55A431FD0\r
+       for <notmuch@notmuchmail.org>; Mon,  5 Sep 2011 05:19:37 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.3\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id 13mzyWviuVGa for <notmuch@notmuchmail.org>;\r
+       Mon,  5 Sep 2011 05:19:37 -0700 (PDT)\r
+Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\r
+       (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 286B6431FB6\r
+       for <notmuch@notmuchmail.org>; Mon,  5 Sep 2011 05:19:37 -0700 (PDT)\r
+Received: from zancas.localnet\r
+       (fctnnbsc36w-156034073093.pppoe-dynamic.High-Speed.nb.bellaliant.net\r
+       [156.34.73.93]) (authenticated bits=0)\r
+       by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id p85CJXKu026643\r
+       (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO);\r
+       Mon, 5 Sep 2011 09:19:34 -0300\r
+Received: from bremner by zancas.localnet with local (Exim 4.76)\r
+       (envelope-from <bremner@unb.ca>)\r
+       id 1R0Y9F-0007MO-5k; Mon, 05 Sep 2011 09:19:33 -0300\r
+From: David Bremner <david@tethera.net>\r
+To: richardmurri@gmail.com, notmuch@notmuchmail.org\r
+Subject: Re: Fix for emacs 24\r
+In-Reply-To: <8762lkjf0v.fsf@veracitynetworks.com>\r
+References: <877h6x6oor.fsf@veracitynetworks.com>\r
+       <878vqgz6fw.fsf@zancas.localnet>\r
+       <8762lkjf0v.fsf@veracitynetworks.com>\r
+User-Agent: Notmuch/0.7 (http://notmuchmail.org) Emacs/23.3.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Mon, 05 Sep 2011 09:19:33 -0300\r
+Message-ID: <87y5y3tc4q.fsf@zancas.localnet>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://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: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 05 Sep 2011 12:19:37 -0000\r
+\r
+On Fri, 26 Aug 2011 10:47:44 -0600, richardmurri@gmail.com wrote:\r
+\r
+> ** `compose-mail' now accepts an optional 8th arg, RETURN-ACTION, and\r
+> passes it to the mail user agent function.  This argument specifies an\r
+> action for returning to the caller after finishing with the mail.\r
+> This is currently used by Rmail to delete a mail window.\r
+> \r
+> \r
+> compose-mail is run when creating a new email.  It breaks horribly\r
+> without a spot for the optional argument, however most mail agents don't\r
+> use the argument at all.  By just including the extra argument, most\r
+> everything works well with notmuch in emacs 24.\r
+\r
+Could you rework your patch to include more or less this discussion in\r
+the commit message?\r
+\r
+Thanks,\r
+\r
+David\r