[PATCH 3/4] emacs: Avoid `mail-header-parse-address' in `notmuch-show-clean-address'.
[notmuch-archives.git] / 63 / 2317208dae22447e169e58048a3be6023e442f
1 Return-Path: <xma@gnu.org>\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 A53FE431FB6\r
6         for <notmuch@notmuchmail.org>; Mon,  7 Mar 2011 13:23:27 -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: 0.463\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.463 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, RDNS_DYNAMIC=0.363] 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 zsvGxat7M-9w for <notmuch@notmuchmail.org>;\r
16         Mon,  7 Mar 2011 13:23:26 -0800 (PST)\r
17 Received: from xhlj.maillard.im (cha51-3-88-164-105-66.fbx.proxad.net\r
18         [88.164.105.66])\r
19         by olra.theworths.org (Postfix) with ESMTP id A5062431FB5\r
20         for <notmuch@notmuchmail.org>; Mon,  7 Mar 2011 13:23:26 -0800 (PST)\r
21 Received: from xhlj.maillard.im (xhlj.maillard.im [127.0.0.1])\r
22         by xhlj.maillard.im (Postfix) with ESMTP id 2367B1E07A;\r
23         Mon,  7 Mar 2011 22:23:14 +0100 (CET)\r
24 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=maillard.im; h=from:to\r
25         :subject:in-reply-to:references:reply-to:date:message-id\r
26         :mime-version:content-type; s=postfix; bh=sHB4QG8m7sUeBRUlKvh6I6\r
27         Sp0hY=; b=X9I/4FwwxaIs8jI1yIKv5eltdOQLnmC/28nVHhXdDjhvp2eZYua7gX\r
28         dJ7Xyznk8T3RIC/rlQ3t/d79G+RZM0PqClrvgrgERXa94I/i7Xa7QiapQsBjcxhO\r
29         WJM/olX8SPPXL0BtFyTQfu0LESrcq8YtxFlVHflwez6hGmWIGxlas=\r
30 DomainKey-Signature: a=rsa-sha1; c=nofws; d=maillard.im; h=from:to\r
31         :subject:in-reply-to:references:reply-to:date:message-id\r
32         :mime-version:content-type; q=dns; s=postfix; b=EA3v7Bpt4o91uI4B\r
33         8wTtseipW3ZmbbEtU/0KcGDPSCIdoGd3vQlE0hIskBGFL3kl2gXtI19TKSOZAASv\r
34         zZQKRHeEbkz4TwLZfWqYzQz6KRcLSQYyFBNh47XYhyG3fqKL4RuhPoWEJI6KTvup\r
35         CA4/cIvPFRTzc+wq91XANk+Wpqc=\r
36 Received: from maillard.im (unknown [192.168.0.254])\r
37         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
38         (No client certificate requested)\r
39         by xhlj.maillard.im (Postfix) with ESMTPSA;\r
40         Mon,  7 Mar 2011 22:23:13 +0100 (CET)\r
41 From: Xavier Maillard <xavier@maillard.im>\r
42 To: Jameson Rollins <jrollins@finestructure.net>,\r
43         Notmuch Mail <notmuch@notmuchmail.org>\r
44 Subject: Re: change of crypto mime customization variable\r
45 In-Reply-To: <87ipvx9kip.fsf@servo.finestructure.net>\r
46 References: <87ipvx9kip.fsf@servo.finestructure.net>\r
47 User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.2.1\r
48         (i486-slackware-linux-gnu)\r
49 Date: Mon, 07 Mar 2011 22:32:42 +0100\r
50 Message-ID: <m239myboqt.fsf@gnu.org>\r
51 MIME-Version: 1.0\r
52 Content-Type: text/plain; charset=us-ascii\r
53 X-BeenThere: notmuch@notmuchmail.org\r
54 X-Mailman-Version: 2.1.13\r
55 Precedence: list\r
56 Reply-To: Xavier Maillard <xma@gnu.org>\r
57 List-Id: "Use and development of the notmuch mail system."\r
58         <notmuch.notmuchmail.org>\r
59 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
61 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
62 List-Post: <mailto:notmuch@notmuchmail.org>\r
63 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
64 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
65         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
66 X-List-Received-Date: Mon, 07 Mar 2011 21:23:27 -0000\r
67 \r
68 Hi Jameson,\r
69 \r
70 On Sat, 05 Mar 2011 16:10:06 -0800, Jameson Rollins <jrollins@finestructure.net> wrote:\r
71 > Hey, folks.  I just wanted to give all the crypto early adopters a heads\r
72 > up that I just changed the crypto customization variable name in my\r
73 > crypto branch to be:\r
74 \r
75 Not sure if is related to these changes but your latest email did not\r
76 show at all with crypto branch. I had to switch back with the main\r
77 branch.\r
78 \r
79 /Xavier\r