Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / cf / 325de34521818e78e0773065418e169ccdb9cd
1 Return-Path: <tomi.ollila@iki.fi>\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 5CD6F431FBD\r
6         for <notmuch@notmuchmail.org>; Sat, 22 Feb 2014 02:17:37 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 2w1GlIgtZV4S for <notmuch@notmuchmail.org>;\r
16         Sat, 22 Feb 2014 02:17:33 -0800 (PST)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id 7B296431FB6\r
19         for <notmuch@notmuchmail.org>; Sat, 22 Feb 2014 02:17:33 -0800 (PST)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21         by guru.guru-group.fi (Postfix) with ESMTP id 03EDF10005E;\r
22         Sat, 22 Feb 2014 12:17:25 +0200 (EET)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: Austin Clements <amdragon@MIT.EDU>, notmuch@notmuchmail.org\r
25 Subject: Re: [PATCH 4/4] emacs: Simplify and fix\r
26         `notmuch-mua-prompt-for-sender'\r
27 In-Reply-To: <1392923797-17045-5-git-send-email-amdragon@mit.edu>\r
28 References: <1392923797-17045-1-git-send-email-amdragon@mit.edu>\r
29         <1392923797-17045-5-git-send-email-amdragon@mit.edu>\r
30 User-Agent: Notmuch/0.17+94~g1b90823 (http://notmuchmail.org) Emacs/24.3.1\r
31         (x86_64-unknown-linux-gnu)\r
32 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
33         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
34         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
35 Date: Sat, 22 Feb 2014 12:17:24 +0200\r
36 Message-ID: <m28ut3cuyz.fsf@guru.guru-group.fi>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain\r
39 Cc: bjonnh-nm@bjonnh.net\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\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: Sat, 22 Feb 2014 10:17:37 -0000\r
53 \r
54 On Thu, Feb 20 2014, Austin Clements <amdragon@MIT.EDU> wrote:\r
55 \r
56 This seris LGTM. I don't know about patch 4 as I have not used\r
57 the features (hand-edited From: always...)  maybe I should...\r
58 \r
59 Tomi\r
60 \r
61 \r
62 > This patch rewrites `notmuch-mua-prompt-for-sender' to simply prompt\r
63 > for a full identity, where the list of identities is derived from\r
64 > either notmuch-identities or the user's Notmuch configuration.\r
65 >\r
66 > The original code also did several strange things, like using `eval'\r
67 > and specifying that this function was interactive.  As a side-effect,\r
68 > this patch fixes these problems.  And it adds a docstring.\r
69 > ---\r
70 >  emacs/notmuch-mua.el | 33 +++++++++------------------------\r
71 >  1 file changed, 9 insertions(+), 24 deletions(-)\r
72 >\r
73 \r