Re: [PATCH] emacs: Accommodate message-mode updates.
authorDavid Edmondson <dme@dme.org>
Fri, 19 Nov 2010 16:06:40 +0000 (16:06 +0000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:37:33 +0000 (09:37 -0800)
58/2fc7a46af4f768358ed801799d2bcc5cf66646 [new file with mode: 0644]

diff --git a/58/2fc7a46af4f768358ed801799d2bcc5cf66646 b/58/2fc7a46af4f768358ed801799d2bcc5cf66646
new file mode 100644 (file)
index 0000000..e859a39
--- /dev/null
@@ -0,0 +1,95 @@
+Return-Path: <dme@dme.org>\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 8397D40DEE7\r
+       for <notmuch@notmuchmail.org>; Fri, 19 Nov 2010 08:10:00 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -1.89\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-1.89 tagged_above=-999 required=5\r
+       tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, T_MIME_NO_TEXT=0.01]\r
+       autolearn=ham\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 HCbfNnBryjYz for <notmuch@notmuchmail.org>;\r
+       Fri, 19 Nov 2010 08:09:49 -0800 (PST)\r
+Received: from mail-ey0-f181.google.com (mail-ey0-f181.google.com\r
+       [209.85.215.181])\r
+       by olra.theworths.org (Postfix) with ESMTP id E48CE40DEEB\r
+       for <notmuch@notmuchmail.org>; Fri, 19 Nov 2010 08:09:48 -0800 (PST)\r
+Received: by eyb6 with SMTP id 6so2982291eyb.26\r
+       for <notmuch@notmuchmail.org>; Fri, 19 Nov 2010 08:09:44 -0800 (PST)\r
+Received: by 10.216.35.82 with SMTP id t60mr1092660wea.46.1290182984472;\r
+       Fri, 19 Nov 2010 08:09:44 -0800 (PST)\r
+Received: from ut.hh.sledj.net (host81-149-164-25.in-addr.btopenworld.com\r
+       [81.149.164.25])\r
+       by mx.google.com with ESMTPS id y15sm871498weq.6.2010.11.19.08.09.43\r
+       (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
+       Fri, 19 Nov 2010 08:09:43 -0800 (PST)\r
+Received: by ut.hh.sledj.net (Postfix, from userid 1000)\r
+       id DE2DA594058; Fri, 19 Nov 2010 16:06:44 +0000 (GMT)\r
+To: "Aneesh Kumar K. V" <aneesh.kumar@linux.vnet.ibm.com>,\r
+       notmuch@notmuchmail.org\r
+Subject: Re: [PATCH] emacs: Accommodate message-mode updates.\r
+In-Reply-To: <m31v6hqp3z.fsf@linux.vnet.ibm.com>\r
+References: <1288200417-6584-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com>\r
+       <1289929898-16287-1-git-send-email-dme@dme.org>\r
+       <m31v6hqp3z.fsf@linux.vnet.ibm.com>\r
+User-Agent: Notmuch/0.5-12-gf59f403 (http://notmuchmail.org) Emacs/23.2.1\r
+       (x86_64-pc-linux-gnu)\r
+From: David Edmondson <dme@dme.org>\r
+Date: Fri, 19 Nov 2010 16:06:40 +0000\r
+Message-ID: <87sjyxpab3.fsf@ut.hh.sledj.net>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-=";\r
+       micalg=pgp-sha1; protocol="application/pgp-signature"\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: Fri, 19 Nov 2010 16:10:00 -0000\r
+\r
+--=-=-=\r
+Content-Transfer-Encoding: quoted-printable\r
+\r
+On Fri, 19 Nov 2010 21:31:36 +0530, "Aneesh Kumar K. V" <aneesh.kumar@linux=\r
+.vnet.ibm.com> wrote:\r
+> On Tue, 16 Nov 2010 17:51:38 +0000, David Edmondson <dme@dme.org> wrote:\r
+> > Message mode uses a different name for composition buffers in newer\r
+> > versions of emacs. Allow for this when causing the composition window\r
+> > to overlay the viewing window.\r
+> > ---\r
+> >=20\r
+> > I don't understand why Aneesh chose to use `add-hook' and `purecopy'.\r
+>=20\r
+> So what when i have unset mail added via .emacs even the older version\r
+> will work. making sure if the name change again i can fix it by a .emacs\r
+> update rather than notmuch code update.\r
+\r
+What would you add to .emacs?\r
+\r
+dme.\r
+=2D-=20\r
+David Edmondson, http://dme.org\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1.4.10 (GNU/Linux)\r
+\r
+iEYEARECAAYFAkzmoJAACgkQaezQq/BJZRaBaACeNAxj32qCRyMojZOA2N3EA1BK\r
+q9gAn01tNfYzP3UyxwO90Zs2C8Om3Jm4\r
+=gOi4\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r