Re: compile error of current git on F15
[notmuch-archives.git] / cb / c0cc15762782b39715166207d507d252035a93
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 1C6AC431FAE\r
6         for <notmuch@notmuchmail.org>; Sun, 29 Nov 2009 11:44:15 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id c2ObbRJGFwYr for <notmuch@notmuchmail.org>;\r
11         Sun, 29 Nov 2009 11:44:15 -0800 (PST)\r
12 Received: from serrano.cc.columbia.edu (serrano.cc.columbia.edu [128.59.29.6])\r
13         by olra.theworths.org (Postfix) with ESMTP id D46F0431FBC\r
14         for <notmuch@notmuchmail.org>; Sun, 29 Nov 2009 11:44:14 -0800 (PST)\r
15 Received: from servo.finestructure.net (cpe-72-227-128-66.nyc.res.rr.com\r
16         [72.227.128.66])\r
17         (user=jgr2110 author=jrollins@finestructure.net mech=PLAIN bits=0)\r
18         by serrano.cc.columbia.edu (8.14.3/8.14.3) with ESMTP id nATJi98q008372\r
19         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT);\r
20         Sun, 29 Nov 2009 14:44:09 -0500 (EST)\r
21 Received: from jrollins by servo.finestructure.net with local (Exim 4.69)\r
22         (envelope-from <jrollins@finestructure.net>)\r
23         id 1NEph7-0008Cm-O2; Sun, 29 Nov 2009 14:44:29 -0500\r
24 Date: Sun, 29 Nov 2009 14:44:29 -0500\r
25 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
26 To: Carl Worth <cworth@cworth.org>\r
27 Message-ID: <20091129194429.GA13038@finestructure.net>\r
28 References: <20091123130009.GA31695@finestructure.net>\r
29         <87zl69qgbj.fsf@yoom.home.cworth.org>\r
30 MIME-Version: 1.0\r
31 Content-Type: multipart/signed; micalg=pgp-sha256;\r
32         protocol="application/pgp-signature"; boundary="MGYHOYXEY6WxJCY8"\r
33 Content-Disposition: inline\r
34 In-Reply-To: <87zl69qgbj.fsf@yoom.home.cworth.org>\r
35 User-Agent: Mutt/1.5.20 (2009-06-14)\r
36 X-No-Spam-Score: Local\r
37 X-Scanned-By: MIMEDefang 2.65 on 128.59.29.6\r
38 Cc: notmuch@notmuchmail.org\r
39 Subject: Re: [notmuch] OpenPGP support\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.12\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Sun, 29 Nov 2009 19:44:15 -0000\r
53 \r
54 \r
55 --MGYHOYXEY6WxJCY8\r
56 Content-Type: text/plain; charset=us-ascii\r
57 Content-Disposition: inline\r
58 Content-Transfer-Encoding: quoted-printable\r
59 \r
60 On Thu, Nov 26, 2009 at 10:41:36AM -0800, Carl Worth wrote:\r
61 > On Mon, 23 Nov 2009 08:00:09 -0500, Jameson Graef Rollins <jrollins@fines=\r
62 tructure.net> wrote:\r
63 > > Hi, folks.  I know it's a hairy problem, but has anyone started\r
64 > > looking into OpenPGP support for notmuch?\r
65 >=20\r
66 > I definitely want this.\r
67 \r
68 Thanks so much for this response, Carl.  I'm glad to hear there's\r
69 other interest in the this.\r
70 \r
71 > I've got message-mode setup to sign my messages automatically when I\r
72 > start a new compose from within notmuch with 'm'. I did this with the\r
73 > following in my .emacs:\r
74 >=20\r
75 > ; sign messages by default\r
76 > (add-hook 'message-setup-hook\r
77 >         (lambda ()\r
78 >           (mml-secure-message-sign)))\r
79 >\r
80 > I'm not sure how to make sure that I also get that when doing a reply\r
81 > within notmuch. Keith, I think you worked this out, right? What did you\r
82 > do?\r
83 \r
84 Ah, this is a great suggestion.  Thank you.  I saw Keith's reply as\r
85 well, which also works great with replies.\r
86 \r
87 > Meanwhile, the other pieces still needed are automatic signature\r
88 > verification for multipart/signed messages, and then support for\r
89 > decrypting GPG-encrypted messages.\r
90 \r
91 So I think this is maybe the most important thing missing from notmuch\r
92 right now.  I would really really like to see this working.\r
93 Unfortunately my emacs/lisp skills are poor to say the least.  I'll\r
94 try to look into how gnus or other emacs mail interfaces handle this\r
95 stuff, but if anyone else has any pointers for the list that would be\r
96 great.\r
97 \r
98 jamie.\r
99 \r
100 --MGYHOYXEY6WxJCY8\r
101 Content-Type: application/pgp-signature; name="signature.asc"\r
102 Content-Description: Digital signature\r
103 Content-Disposition: attachment\r
104 \r
105 -----BEGIN PGP SIGNATURE-----\r
106 Version: GnuPG v1.4.10 (GNU/Linux)\r
107 \r
108 iQIcBAEBCAAGBQJLEs8aAAoJEO00zqvie6q8ipsP/0DWS8G+ejdIZEjBeAmnMz1e\r
109 VN2WtYrdDwx33vwCxFRt1djHlgvzA+MTrpHrZBaF5Z9N6s6cIbLqNnS1p3BvACNB\r
110 yBPyTLq3rKNUmPT56WoF3RhGmmkSNnZF8us3uIl0cORQSL2Pc7I7X8KAKeHqsB33\r
111 lQymUOEE7PRMo2bbUv98Utm5rjEKbTfjy1zkW1gmXninv5LmruW0TgqRs17Wa/lM\r
112 m0QoeKGC0iH13WO0hxpR0NWg/5CuFEuA7SDLJzFkSfgdyZjAxU9TBV25ZFYPmv6O\r
113 MbVNPwB0mSaGdDvB5fsHXnKpIuA635Sk0FwATs2inuEL5qV+lMJPlmPKN4/3hB9a\r
114 dhjCLmtP9rgym7lzWDYpGdY3mLRYOLFY3WErkh1AiPoEBBMQxuGB2J5SARlqGYah\r
115 5OxWb8ZZWGikt/tyqEyBKm8KGCG2LX82rLXxf9FPi5Jv8xKTSH9DHc6h9mb07R5p\r
116 0nex8tllYo0XEyGifoU7GYenCSlSu8pR2AZPBYds/Y89GU88zeRSa3+ddVtLU2y2\r
117 E79gg7wW3OedS1NPMyQqXGm/KDWFA2uQEsMjPZZIGKFykjnmuRJrOoRgSK71KYRa\r
118 Z9cDf2S8jNVTbByEgcFIXmKOMgmCtrVJmoErWBV2aIfYO2MvslCmgBQKCB0WSSIn\r
119 zUDafh+X3jlT1j20aIE0\r
120 =K+Qp\r
121 -----END PGP SIGNATURE-----\r
122 \r
123 --MGYHOYXEY6WxJCY8--\r