Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / a6 / 109e1e0ce3cff490c1a3dfea2cd95f4c341108
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 A0970429E26\r
6         for <notmuch@notmuchmail.org>; Tue,  6 Dec 2011 18:27:42 -0800 (PST)\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 P8ytU3DjCKKq for <notmuch@notmuchmail.org>;\r
16         Tue,  6 Dec 2011 18:27:40 -0800 (PST)\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 C3B10429E21\r
20         for <notmuch@notmuchmail.org>; Tue,  6 Dec 2011 18:27:40 -0800 (PST)\r
21 Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by fire-doxen-postvirus (Postfix) with ESMTP id 526E22E50BF6;\r
23         Tue,  6 Dec 2011 18:27:34 -0800 (PST)\r
24 X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new\r
25 Received: from finestructure.net (unknown [131.215.114.198])\r
26         (Authenticated sender: jrollins)\r
27         by fire-doxen-submit (Postfix) with ESMTP id 371A92E506B6;\r
28         Tue,  6 Dec 2011 18:27:30 -0800 (PST)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id 192868EF; Tue,  6 Dec 2011 21:27:30 -0500 (EST)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: Jani Nikula <jani@nikula.org>, notmuch@notmuchmail.org\r
33 Subject: Re: [PATCH v3 0/2] notmuch hooks\r
34 In-Reply-To: <cover.1323176771.git.jani@nikula.org>\r
35 References:\r
36  <7fbe6befcf31881a9bca672f55b93501249a220c.1322859389.git.jani@nikula.org>\r
37         <cover.1323176771.git.jani@nikula.org>\r
38 User-Agent: Notmuch/0.10~rc1+25~g719d650 (http://notmuchmail.org) Emacs/23.3.1\r
39         (x86_64-pc-linux-gnu)\r
40 Date: Tue, 06 Dec 2011 18:27:27 -0800\r
41 Message-ID: <87hb1dru9c.fsf@servo.finestructure.net>\r
42 MIME-Version: 1.0\r
43 Content-Type: multipart/signed; boundary="=-=-=";\r
44         micalg=pgp-sha256; protocol="application/pgp-signature"\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Wed, 07 Dec 2011 02:27:42 -0000\r
58 \r
59 --=-=-=\r
60 \r
61 On Tue,  6 Dec 2011 15:22:36 +0200, Jani Nikula <jani@nikula.org> wrote:\r
62 > Hi all, this is v3 of the notmuch hooks patches. I think this is nearing\r
63 > completion apart from final review and, most notably, tests.\r
64 \r
65 Hey, Jani.  Thanks so much for these patches.  I think this is a really\r
66 neat idea and it will be very useful.  I already know that this will cut\r
67 out a lot of extraneous shell scripting that I'm relying on now.\r
68 \r
69 > I've been using this for some days now, and (subjective as it is) I have to say\r
70 > I like offlineimap being run from notmuch new "pre-new" hook much better than\r
71 > vice versa. Even more so for "post-new" tagging scripts.\r
72 \r
73 I think the only thing that I was not particularly clear about is that I\r
74 guess the "pre-new" and "post-new" scripts actually need to be scripts\r
75 named "pre-new" and "post-new" in the hooks directory.  For some reason\r
76 I didn't quite grok that from the help pages, and was confused if I\r
77 needed to make a new "pre-new" subdirectory in the hooks directory or\r
78 what.  I think just expecting a script at hook/pre-new is fine, but it\r
79 maybe could be made a little more explicit in the documentation.\r
80 \r
81 In fact, I think the best thing would actually be for notmuch new to\r
82 make the .notmuch/hooks directory itself and to pre-fill it with "turned\r
83 off" hook scripts that contain some useful comments on how to use them.\r
84 This is what git does, and I think it's very handy, since it's all\r
85 fairly self documenting.  The notmuch help could then just refer to the\r
86 fact that they're there, and point people to the comments in the various\r
87 scripts for how to use them.\r
88 \r
89 jamie.\r
90 \r
91 --=-=-=\r
92 Content-Type: application/pgp-signature\r
93 \r
94 -----BEGIN PGP SIGNATURE-----\r
95 Version: GnuPG v1.4.11 (GNU/Linux)\r
96 \r
97 iQIcBAEBCAAGBQJO3s8PAAoJEO00zqvie6q8z9kP/24dNbVzceYCZlBluZXfGh3Q\r
98 wLwzf3T6nElrzhXHeBP1iWth361O92rmpsWn9wzRAPN056ph0QBMTp2c1d6grUOR\r
99 L4dq91aUHAj0CapvNwcDBsLlnEWeYd3cajYSsPPFqqrjXC+hOmgFFIAGmqjN1oKA\r
100 mxCXe82Eq4PxIdVt/Xg5ypYgIJD/VAwK/C0BgNYDBw/lqBIpFeJVOs9hXPCOx27D\r
101 Cs0Tl3+gYxRvCWVLxEm2Ite92HGyexYlf9neOcK1hATZQlujgRplneb9tNjCNV9t\r
102 v8DtQq8ndY/6votyapwo6roIohkhmfuRZDn32t8NHFzpZwL5zN0p625jY2a5TV3x\r
103 Va///jOU3RCuFbAyhNvhKE0+BW7aqi56Y+BitbNoz9F9ZJMg2Fk5eMhfszw4b6to\r
104 jkvC9hIy8hsAlVwp5djejmnRXDFoYqdjisG7NdlbOTYbYNsxnEJEjl2yYkQ0hBMP\r
105 6n98XGK8I5XD4ymTp52/clYHLP1drwb6/gozP/ltz7PJJuJC4l9YNSVzD+B6JKCs\r
106 qQ1IFZlEolKX84iDYhJ9FvdWdRsH0pMSnVs6eYUtFEuxbIVZ0643Q56pPWdW+VfZ\r
107 y5IIYFccNjNL8stiOHCxWKF4Rv05yHDPS3rk2RueiO0Dn/EsDuLnDKOGbnuW+ghT\r
108 tDqMcGnxvVXZu9WCoHk6\r
109 =no9q\r
110 -----END PGP SIGNATURE-----\r
111 --=-=-=--\r