Re: [PATCH] config: read user.name from $NAME if set
[notmuch-archives.git] / b7 / 680f2bec94f3d4d6cdaa1e7c139f612ed2a212
1 Return-Path: <cworth@cworth.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 5BEAB431FC0;\r
6         Fri, 27 Nov 2009 22:56:36 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id r7s2NMXTN+Dj; Fri, 27 Nov 2009 22:56:35 -0800 (PST)\r
11 Received: from cworth.org (localhost [127.0.0.1])\r
12         by olra.theworths.org (Postfix) with ESMTP id 349F8431FAE;\r
13         Fri, 27 Nov 2009 22:56:35 -0800 (PST)\r
14 From: Carl Worth <cworth@cworth.org>\r
15 To: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>\r
16 In-Reply-To:\r
17  <1259388425-32510-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com>\r
18 References:\r
19  <1259311332-14557-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com>\r
20         <1259388425-32510-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com>\r
21 Date: Fri, 27 Nov 2009 22:56:20 -0800\r
22 Message-ID: <87ocmnqgrv.fsf@yoom.home.cworth.org>\r
23 MIME-Version: 1.0\r
24 Content-Type: multipart/signed; boundary="=-=-=";\r
25         micalg=pgp-sha1; protocol="application/pgp-signature"\r
26 Cc: notmuch@notmuchmail.org\r
27 Subject: Re: [notmuch] [PATCH -v6] notmuch.el: Add face support to search\r
28         mode\r
29 X-BeenThere: notmuch@notmuchmail.org\r
30 X-Mailman-Version: 2.1.12\r
31 Precedence: list\r
32 List-Id: "Use and development of the notmuch mail system."\r
33         <notmuch.notmuchmail.org>\r
34 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
35         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
36 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
37 List-Post: <mailto:notmuch@notmuchmail.org>\r
38 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
39 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
40         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
41 X-List-Received-Date: Sat, 28 Nov 2009 06:56:36 -0000\r
42 \r
43 --=-=-=\r
44 Content-Transfer-Encoding: quoted-printable\r
45 \r
46 On Sat, 28 Nov 2009 11:37:05 +0530, "Aneesh Kumar K.V" <aneesh.kumar@linux.=\r
47 vnet.ibm.com> wrote:\r
48 > This patch use notmuch-tag-face showing tags in the\r
49 > notmuch-search-mode.\r
50 \r
51 Thanks, Aneesh! Your patience has prevailed again and I've pushed out\r
52 this patch.\r
53 \r
54 > We can selectively highlight each tag by setting notmuch-tag-face-alist a=\r
55 s below\r
56 >=20\r
57 > (defface notmuch-tag-unread-face\r
58 >  '((((class color)) (:foreground "goldenrod")))\r
59 >   "Notmuch search mode face used to highligh tags.")\r
60 >=20\r
61 > (defface notmuch-tag-inbox-face\r
62 >  '((((class color)) (:foreground "red")))\r
63 >   "Notmuch search mode face used to highligh tags.")\r
64 >=20\r
65 > (setq notmuch-tag-face-alist '(("unread" . 'notmuch-tag-unread-face)\r
66 >                              ("inbox" . 'notmuch-tag-inbox-face)))\r
67 \r
68 I'm a bit concerned that this documentation is going to just disappear\r
69 in the commit log and not be where people might actually look for\r
70 it. You've got the beginnings of the documentation here:\r
71 \r
72 > +(defvar notmuch-tag-face-alist nil\r
73 > +  "List containing the tag list that need to be highlighed")\r
74 \r
75 Which could be expanded to include basically the example above.\r
76 \r
77 Anyway, thanks for the patch.\r
78 \r
79 =2DCarl\r
80 \r
81 --=-=-=\r
82 Content-Type: application/pgp-signature\r
83 \r
84 -----BEGIN PGP SIGNATURE-----\r
85 Version: GnuPG v1.4.10 (GNU/Linux)\r
86 \r
87 iD8DBQFLEMmU6JDdNq8qSWgRAq7HAJ4hEEFuXb07bAjMQmUAviLPdaCzqwCffeu8\r
88 +Ud+wjeazF5XrqDK0HgR4zg=\r
89 =ZODZ\r
90 -----END PGP SIGNATURE-----\r
91 --=-=-=--\r