Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / 78 / c391fdf462b316a0c9e3283a434ecaba5bf046
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 22080431FC2\r
6         for <notmuch@notmuchmail.org>; Tue,  6 May 2014 11:33:46 -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 d+SGkkp7RdkG for <notmuch@notmuchmail.org>;\r
16         Tue,  6 May 2014 11:33:40 -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 095CF431FAF\r
19         for <notmuch@notmuchmail.org>; Tue,  6 May 2014 11:33:40 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21         by guru.guru-group.fi (Postfix) with ESMTP id A4C411000E5;\r
22         Tue,  6 May 2014 21:33:35 +0300 (EEST)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: David Edmondson <dme@dme.org>, notmuch@notmuchmail.org\r
25 Subject: Re: [PATCH] emacs: Correct the documentation\r
26         for     `notmuch-search-line-faces'.\r
27 In-Reply-To: <1399370610-7146-1-git-send-email-dme@dme.org>\r
28 References: <cun8uqffdo1.fsf@hotblack-desiato.hh.sledj.net>\r
29         <1399370610-7146-1-git-send-email-dme@dme.org>\r
30 User-Agent: Notmuch/0.18+12~gbfbd199 (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: Tue, 06 May 2014 21:33:35 +0300\r
36 Message-ID: <m2siomhi4g.fsf@guru.guru-group.fi>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Tue, 06 May 2014 18:33:46 -0000\r
52 \r
53 On Tue, May 06 2014, David Edmondson <dme@dme.org> wrote:\r
54 \r
55 > The implementation and documentation for `notmuch-search-line-faces'\r
56 > disagreed in how elements in the list were merged. Correct the\r
57 > documentation to match the implementation (that is, the earlier\r
58 > elements in the list have precedence over later elements).\r
59 \r
60 LGTM.\r
61 \r
62 Tomi\r
63 \r
64 \r
65 \r
66 > ---\r
67 >  emacs/notmuch.el | 10 +++++-----\r
68 >  1 file changed, 5 insertions(+), 5 deletions(-)\r
69 >\r
70 > diff --git a/emacs/notmuch.el b/emacs/notmuch.el\r
71 > index 6c0bc1b..8aa0104 100644\r
72 > --- a/emacs/notmuch.el\r
73 > +++ b/emacs/notmuch.el\r
74 > @@ -647,12 +647,12 @@ of the result."\r
75 >  Here is an example of how to color search results based on tags.\r
76 >   (the following text would be placed in your ~/.emacs file):\r
77 >  \r
78 > - (setq notmuch-search-line-faces '((\"deleted\" . (:foreground \"red\"\r
79 > -                                               :background \"blue\"))\r
80 > -                                   (\"unread\" . (:foreground \"green\"))))\r
81 > + (setq notmuch-search-line-faces '((\"unread\" . (:foreground \"green\"))\r
82 > +                                   (\"deleted\" . (:foreground \"red\"\r
83 > +                                               :background \"blue\"))))\r
84 >  \r
85 > -The attributes defined for matching tags are merged, with later\r
86 > -attributes overriding earlier. A message having both \"deleted\"\r
87 > +The attributes defined for matching tags are merged, with earlier\r
88 > +attributes overriding later. A message having both \"deleted\"\r
89 >  and \"unread\" tags with the above settings would have a green\r
90 >  foreground and blue background."\r
91 >    :type '(alist :key-type (string) :value-type (custom-face-edit))\r
92 > -- \r
93 > 2.0.0.rc0\r
94 >\r
95 > _______________________________________________\r
96 > notmuch mailing list\r
97 > notmuch@notmuchmail.org\r
98 > http://notmuchmail.org/mailman/listinfo/notmuch\r