Re: patches for 0.4
authorCarl Worth <cworth@cworth.org>
Fri, 4 Jun 2010 02:20:54 +0000 (19:20 +1700)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:37:06 +0000 (09:37 -0800)
ac/a514d608842d8a18a2acbfdd8013b6dd3b3c1b [new file with mode: 0644]

diff --git a/ac/a514d608842d8a18a2acbfdd8013b6dd3b3c1b b/ac/a514d608842d8a18a2acbfdd8013b6dd3b3c1b
new file mode 100644 (file)
index 0000000..239cdd5
--- /dev/null
@@ -0,0 +1,107 @@
+Return-Path: <cworth@cworth.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 A98794196F0\r
+       for <notmuch@notmuchmail.org>; Thu,  3 Jun 2010 19:21:05 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.89\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.89 tagged_above=-999 required=5\r
+       tests=[ALL_TRUSTED=-1, BAYES_00=-1.9, 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 g3--cMBeoYXH; Thu,  3 Jun 2010 19:20:55 -0700 (PDT)\r
+Received: from yoom.home.cworth.org (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 5BB6F431FC1;\r
+       Thu,  3 Jun 2010 19:20:55 -0700 (PDT)\r
+Received: by yoom.home.cworth.org (Postfix, from userid 1000)\r
+       id 08986568F2D; Thu,  3 Jun 2010 19:20:55 -0700 (PDT)\r
+From: Carl Worth <cworth@cworth.org>\r
+To: David Edmondson <dme@dme.org>, notmuch@notmuchmail.org\r
+Subject: Re: patches for 0.4\r
+In-Reply-To: <1274252620-1249-1-git-send-email-dme@dme.org>\r
+References: <1274252620-1249-1-git-send-email-dme@dme.org>\r
+User-Agent: Notmuch/0.3.1-22-g1d528f8 (http://notmuchmail.org) Emacs/23.1.1\r
+       (i486-pc-linux-gnu)\r
+Date: Thu, 03 Jun 2010 19:20:54 -0700\r
+Message-ID: <87r5knczcp.fsf@yoom.home.cworth.org>\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, 04 Jun 2010 02:21:05 -0000\r
+\r
+--=-=-=\r
+Content-Transfer-Encoding: quoted-printable\r
+\r
+On Wed, 19 May 2010 08:03:27 +0100, David Edmondson <dme@dme.org> wrote:\r
+> This is a set of small feature and cleanup patches. The only\r
+> particularly significant one is patch 2, as it fixes a memory\r
+> corruption bug in notmuch.\r
+\r
+Thanks, David.\r
+\r
+Most of these I had already picked up in my recent scan of my\r
+queue. Specifically:\r
+\r
+> [PATCH 01/13] emacs: Usability improvements for `notmuch-hello'.\r
+> [PATCH 02/13] notmuch: Fix off-by-one errors if a header is >200 characte=\r
+rs long.\r
+> [PATCH 04/13] emacs: Display non-matching authors with a different face.\r
+> [PATCH 05/13] emacs: Set the `face' property rather than `font-lock-face'.\r
+> [PATCH 06/13] emacs: Allow control over faces for search mode columns.\r
+> [PATCH 07/13] emacs: Allow tuning of the tag/saved search layout.\r
+> [PATCH 08/13] emacs: Reuse rather than reinvent message header filtering\r
+> [PATCH 11/13] emacs: Pretty print the numbers of matching messages.\r
+> [PATCH 13/13] emacs: Allow the display of absolute dates in the header li=\r
+ne.\r
+\r
+I did find three new patches here, which I've now committed:\r
+\r
+> [PATCH 03/13] emacs: Adjust comment to avoid confusing font-lock.\r
+> [PATCH 10/13] emacs: In search mode, truncate authors using invisible tex=\r
+t.\r
+> [PATCH 12/13] emacs: Tags should be shown with `notmuch-tag-face'.\r
+\r
+Finally, there is this one patch in the series that I have tagged for a\r
+closer review:\r
+\r
+> [PATCH 09/13] emacs: Avoid runtime use of `cl'.\r
+\r
+Perhaps it's just fine now that you've been testing it a while, but at\r
+least in your original email you said you wanted some additional review,\r
+so I planned to do that.\r
+\r
+Thanks for sending this list, (and for all of your work on these\r
+features!).\r
+\r
+=2DCarl\r
+\r
+=2D-=20\r
+carl.d.worth@intel.com\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1.4.10 (GNU/Linux)\r
+\r
+iD8DBQFMCGMG6JDdNq8qSWgRAp1jAJ45IWRWcpiQKOciTad9pzNgtAmFKgCeJYDz\r
+l1WVv0gSRggWmU9O4khjORI=\r
+=XWuL\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r