Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / 92 / b3188003ba91abd553ba69d4ff91c5814cb4a3
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 BF40C431FBC\r
6         for <notmuch@notmuchmail.org>; Sat, 23 Mar 2013 04:43:11 -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\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 mI4yYh9YLeXK for <notmuch@notmuchmail.org>;\r
16         Sat, 23 Mar 2013 04:43:11 -0700 (PDT)\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 CC958431FAE\r
19         for <notmuch@notmuchmail.org>; Sat, 23 Mar 2013 04:43:10 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21         by guru.guru-group.fi (Postfix) with ESMTP id 4CCB3100051;\r
22         Sat, 23 Mar 2013 13:42:57 +0200 (EET)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: Damien Cassou <damien.cassou@gmail.com>, notmuch@notmuchmail.org\r
25 Subject: Re: [PATCH 1/2] emacs: Add notmuch-combine-face-text-property-string\r
26 In-Reply-To: <1364038194-19856-2-git-send-email-damien.cassou@gmail.com>\r
27 References: <1364038194-19856-1-git-send-email-damien.cassou@gmail.com>\r
28         <1364038194-19856-2-git-send-email-damien.cassou@gmail.com>\r
29 User-Agent: Notmuch/0.15.2+50~g43fdda5 (http://notmuchmail.org) Emacs/24.2.1\r
30         (x86_64-unknown-linux-gnu)\r
31 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
32         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
33         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
34 Date: Sat, 23 Mar 2013 13:42:56 +0200\r
35 Message-ID: <m2ppyq9wan.fsf@guru.guru-group.fi>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Sat, 23 Mar 2013 11:43:11 -0000\r
51 \r
52 On Sat, Mar 23 2013, Damien Cassou <damien.cassou@gmail.com> wrote:\r
53 \r
54 > Signed-off-by: Damien Cassou <damien.cassou@gmail.com>\r
55 > ---\r
56 \r
57 The function notmuch-combine-face-text-property-string is used only\r
58 once in next patch. Do you anticipate more uses of it in the future?\r
59 \r
60 Tomi\r
61 \r
62 >  emacs/notmuch-lib.el |    8 ++++++++\r
63 >  1 file changed, 8 insertions(+)\r
64 >\r
65 > diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el\r
66 > index e6edb9a..78c578f 100644\r
67 > --- a/emacs/notmuch-lib.el\r
68 > +++ b/emacs/notmuch-lib.el\r
69 > @@ -357,6 +357,14 @@ OBJECT."\r
70 >       (setq pos next))))\r
71 >    object)\r
72 >  \r
73 > +(defun notmuch-combine-face-text-property-string (string face &optional below)\r
74 > +  (notmuch-combine-face-text-property\r
75 > +   0\r
76 > +   (length string)\r
77 > +   face\r
78 > +   below\r
79 > +   string))\r
80 > +\r
81 >  (defun notmuch-logged-error (msg &optional extra)\r
82 >    "Log MSG and EXTRA to *Notmuch errors* and signal MSG.\r
83 >  \r
84 > -- \r
85 > 1.7.10.4\r
86 >\r
87 > _______________________________________________\r
88 > notmuch mailing list\r
89 > notmuch@notmuchmail.org\r
90 > http://notmuchmail.org/mailman/listinfo/notmuch\r