Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / 1e / 5d7d3a0e8d06560481e2af01e14764e2ebb20b
1 Return-Path: <jrollins@finestructure.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id E1AC3429E27\r
6         for <notmuch@notmuchmail.org>; Fri, 19 Aug 2011 12:31:56 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.29\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.29 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id hOgDFVhmZ-Gm for <notmuch@notmuchmail.org>;\r
16         Fri, 19 Aug 2011 12:31:55 -0700 (PDT)\r
17 Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
18         [131.215.239.19])\r
19         by olra.theworths.org (Postfix) with ESMTP id 249BD431FD0\r
20         for <notmuch@notmuchmail.org>; Fri, 19 Aug 2011 12:31:55 -0700 (PDT)\r
21 Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by earth-doxen-postvirus (Postfix) with ESMTP id CE27E66E063E;\r
23         Fri, 19 Aug 2011 12:31:54 -0700 (PDT)\r
24 X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
25 Received: from finestructure.net (gwave-2.ligo.caltech.edu [131.215.114.2])\r
26         (Authenticated sender: jrollins)\r
27         by earth-doxen-submit (Postfix) with ESMTP id 1491566E0611;\r
28         Fri, 19 Aug 2011 12:31:52 -0700 (PDT)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id EEF8C5F; Fri, 19 Aug 2011 12:31:51 -0700 (PDT)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: Tomi Ollila <tomi.ollila@nixu.com>, notmuch@notmuchmail.org\r
33 Subject: Re: PATCH: (more) compability with emacs 22\r
34 In-Reply-To: <yf6sjp1ity1.fsf@taco2.nixu.fi>\r
35 References: <yf6sjp1ity1.fsf@taco2.nixu.fi>\r
36 User-Agent: Notmuch/0.7-41-g7dce23e (http://notmuchmail.org) Emacs/23.3.1\r
37         (x86_64-pc-linux-gnu)\r
38 Date: Fri, 19 Aug 2011 12:31:49 -0700\r
39 Message-ID: <87liupxknu.fsf@servo.factory.finestructure.net>\r
40 MIME-Version: 1.0\r
41 Content-Type: multipart/signed; boundary="=-=-=";\r
42         micalg=pgp-sha256; protocol="application/pgp-signature"\r
43 X-BeenThere: notmuch@notmuchmail.org\r
44 X-Mailman-Version: 2.1.13\r
45 Precedence: list\r
46 List-Id: "Use and development of the notmuch mail system."\r
47         <notmuch.notmuchmail.org>\r
48 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
50 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
51 List-Post: <mailto:notmuch@notmuchmail.org>\r
52 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
53 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
55 X-List-Received-Date: Fri, 19 Aug 2011 19:31:57 -0000\r
56 \r
57 --=-=-=\r
58 Content-Transfer-Encoding: quoted-printable\r
59 \r
60 On Tue, 16 Aug 2011 12:31:18 +0300, Tomi Ollila <tomi.ollila@nixu.com> wrot=\r
61 e:\r
62 > Currently, notmuch-lib.el does not have enough emacs < 23\r
63 > compability functions.\r
64 >=20\r
65 > This patch makes notmuch better compatible with emacs 22:\r
66 \r
67 Hi, Tomi.  Thanks for the patch.  A couple of comments about the patch\r
68 formatting:\r
69 \r
70 * Patches should always have good log messages.  For instance, you don't\r
71   explain here what exactly is the compatibility issue that this patch\r
72   is solving.  That's an important thing to include in the body of the\r
73   log.\r
74 \r
75 * Patches should be sent directly to the list in the format output by\r
76   "git format-patch".  This allows them to be applied directly from\r
77   mail, with all logs included, without any extra processing.  I highly\r
78   recommend using "git send-email".\r
79 \r
80 > I personally would like to move emacs < 23 functionality to separate file,\r
81 > like 'notmuch-lib22.el' and then write the following to notmuch-lib.el:\r
82 >=20\r
83 > (when (< emacs-major-version 23) (require 'notmuch-lib22))\r
84 \r
85 I think this is a really good idea.  Please feel free to send patches\r
86 for this to the list.\r
87 \r
88 jamie.\r
89 \r
90 --=-=-=\r
91 Content-Type: application/pgp-signature\r
92 \r
93 -----BEGIN PGP SIGNATURE-----\r
94 Version: GnuPG v1.4.11 (GNU/Linux)\r
95 \r
96 iQIcBAEBCAAGBQJOTrolAAoJEO00zqvie6q8XLUP+gNT+GEaA1ZrzHVWJflYLyJR\r
97 yJVPCuTiESJe0Gyc/p+/y+lLOjEhlYUv1A3kZSNHKek6esYD4uNkFXrh/nRCEXLA\r
98 qnN8FLBQO6BTPFvkA3KfAOKbzBNMZnPCTJA76A940KeLGOLMFbIJ3M43E9EsGI3I\r
99 xsW29w1YVlZJQqEkjC8agzzh74iP6yGhAvzK8lsol61eQ9p5FT++uAvnqK1IDAv+\r
100 JUl6pTGU5BOd30oS7ZkruHy1fAcFfvs/c3rd54UyfGv9iz+IT6NYZ8yZrcCbWs8Z\r
101 h1FamyJ5oR+LylCNiNE8cMXU3Bx2tl5TEavnxhV81A2CMUZrktnLi5S3bZNJFLhw\r
102 o3GS5kkB6xmbJvVLPV0eoDmplccRvzcl4/l+397NBs5jsy3PnOrYtIP4dLRpHIhT\r
103 6ZqghZCgmtE8Xjc44z84aI2HTwh/14qxLP532Udl4JAHXNekrAVWhCKWdD9g3BzS\r
104 7tixJjMVTNWKM4PBX/RmJ/X+Cin8BGG6m9Pi2jeSc95Vcic5W/+ee7+tZOkdvH4O\r
105 FCm4F0/HZgdF6hpzju/2hamDsU/zxUiZBAkLDgwG9QOEVydG3KlPdKwEdjGwZork\r
106 jRWxMdCEYUTTbIc1Qlwy7aILO+WKE2HYFsmpCU8we0jjPU5jfS3Yqkdc4nYFUh6e\r
107 JJqdPDBj504zXo4TSLJU\r
108 =pZzd\r
109 -----END PGP SIGNATURE-----\r
110 --=-=-=--\r