Re: Hi all
[notmuch-archives.git] / a3 / a8f942c4cbff7994954e3f575a15699f3e4e93
1 Return-Path: <schnouki@schnouki.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 0ABFB429E27\r
6         for <notmuch@notmuchmail.org>; Wed, 25 May 2011 06:21:17 -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: -0.09\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.09 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         T_MIME_NO_TEXT=0.01] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id iSJ4I91PRRSH for <notmuch@notmuchmail.org>;\r
17         Wed, 25 May 2011 06:21:16 -0700 (PDT)\r
18 Received: from ks3536.kimsufi.com (schnouki.net [87.98.217.222])\r
19         by olra.theworths.org (Postfix) with ESMTP id 3E692431FD0\r
20         for <notmuch@notmuchmail.org>; Wed, 25 May 2011 06:21:16 -0700 (PDT)\r
21 Received: from thor.loria.fr (unknown\r
22         [IPv6:2001:660:4501:1:dad3:85ff:fe94:599c])\r
23         by ks3536.kimsufi.com (Postfix) with ESMTPSA id E25ED6A06A9;\r
24         Wed, 25 May 2011 15:21:14 +0200 (CEST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=schnouki.net;\r
26         s=key-schnouki; t=1306329674;\r
27         bh=AashY07fr/QcnCQlfMu8lpogSMdg8+9/X071BBKwrSY=;\r
28         h=From:To:Subject:In-Reply-To:References:Date:Message-ID:\r
29         MIME-Version:Content-Type;\r
30         b=SL2IKnpMzxK3IAyGmsDUgxfxnkQhgXk6Rd6/ei2ZrZCglSgjN6BUcuRvZnJAbDG5s\r
31         XqdC33aOEaRF8WzLjApt48UzQRyoVyQQfeC2HK0X6DS3JTgpMh115fpE+q5lUxT/rJ\r
32         u8gUWbDws98pC2/kufZ5rSCd3kHr82/d5kAmVHiY=\r
33 From: Thomas Jost <schnouki@schnouki.net>\r
34 To: Carl Worth <cworth@cworth.org>, Stewart Smith <stewart@flamingspork.com>,\r
35         notmuch <notmuch@notmuchmail.org>\r
36 Subject: Re: [PATCH] emacs: Allow user to choose "From" address when composing\r
37         a new message.\r
38 In-Reply-To: <87lixvvjty.fsf@yoom.home.cworth.org>\r
39 References: <87vcxb0za4.fsf@flamingspork.com>\r
40         <87wrhfvk6a.fsf@yoom.home.cworth.org>\r
41         <87lixvvjty.fsf@yoom.home.cworth.org>\r
42 User-Agent: Notmuch/0.5-212-g6417e54 (http://notmuchmail.org) Emacs/23.3.1\r
43         (x86_64-unknown-linux-gnu)\r
44 Date: Wed, 25 May 2011 15:21:06 +0200\r
45 Message-ID: <87lixu7w71.fsf@thor.loria.fr>\r
46 MIME-Version: 1.0\r
47 Content-Type: multipart/signed; boundary="=-=-=";\r
48         micalg=pgp-sha1; protocol="application/pgp-signature"\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Wed, 25 May 2011 13:21:17 -0000\r
62 \r
63 --=-=-=\r
64 Content-Transfer-Encoding: quoted-printable\r
65 \r
66 On Tue, 24 May 2011 15:02:01 -0700, Carl Worth <cworth@cworth.org> wrote:\r
67 > In order to select a From address, the user simply presses M instead of\r
68 > m to begin composing a message. By default the list of names/addresses\r
69 > to be used during completion will be automatically generated by the\r
70 > settings in the notmuch configuration file. The user can customize\r
71 > the notmuch-identities variable to provide an alternate list.\r
72 \r
73 Thanks, IMHO that's better than my previous solution. And it makes my\r
74 .emacs smaller, woohoo! :)\r
75 \r
76 One little issue though: you did not update notmuch-show-mode-map in\r
77 notmuch-show.el. I'll reply with a patch that fixes that (or you can\r
78 just integrate it in your commit when pushing it).\r
79 \r
80 I'll also send a few additional patches that make it possible to choose\r
81 the "From" address when forwarding a message and when replying to a\r
82 message.\r
83 \r
84 Regards,\r
85 \r
86 =2D-=20\r
87 Thomas/Schnouki\r
88 \r
89 --=-=-=\r
90 Content-Type: application/pgp-signature\r
91 \r
92 -----BEGIN PGP SIGNATURE-----\r
93 Version: GnuPG v1.4.11 (GNU/Linux)\r
94 \r
95 iQEcBAEBAgAGBQJN3QJDAAoJEMPdciX+bh5ItAQIAJqSTsOG2AYdnJWRcX43lo4y\r
96 9xk6KASblvmcB2CKsBc357GV6BgkCAYep4OEnGRA8cEYxqoN+fEg17as8wGSwgqA\r
97 Jl9wkRqb8vOLLuWUOaHNT8PZVaPqB+U/y2CJ/aRK4pCVU9/52JxNPLFC1m2mRBEm\r
98 bBDBF2LHeA2W1GLOfX6rsRlKDHzcUcvH8lcldVnvpHEiRQ5uJ8KCOd59+k6rQe9u\r
99 Y7qMqowtWpqblg7CMNey/c9Xo3Od90nWsgv3QhlfkPspP4fgXhkWlycuN6rBXMtl\r
100 IrP4mXWhZx5qef347Mie+7H4qap7e3Qt9j9F3kHRwaPtYEYPJKaDuyXX4qsLCks=\r
101 =fmzY\r
102 -----END PGP SIGNATURE-----\r
103 --=-=-=--\r