Re: [notmuch] Introducing notmuchsync
[notmuch-archives.git] / f3 / 7da473d7b3797928becca7b51267b71ab82d99
1 Return-Path: <aneesh.kumar@linux.vnet.ibm.com>\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 C714D431FBD\r
6         for <notmuch@notmuchmail.org>; Sun,  7 Feb 2010 07:44:10 -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: -1.922\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.922 tagged_above=-999 required=5\r
12         tests=[AWL=-1.923, BAYES_50=0.001] autolearn=ham\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 a9HDr-MzZi6H for <notmuch@notmuchmail.org>;\r
16         Sun,  7 Feb 2010 07:44:10 -0800 (PST)\r
17 Received: from e28smtp02.in.ibm.com (e28smtp02.in.ibm.com [122.248.162.2])\r
18         by olra.theworths.org (Postfix) with ESMTP id A3118431FAE\r
19         for <notmuch@notmuchmail.org>; Sun,  7 Feb 2010 07:44:09 -0800 (PST)\r
20 Received: from d28relay05.in.ibm.com (d28relay05.in.ibm.com [9.184.220.62])\r
21         by e28smtp02.in.ibm.com (8.14.3/8.13.1) with ESMTP id o17Fi7Dc003395\r
22         for <notmuch@notmuchmail.org>; Sun, 7 Feb 2010 21:14:07 +0530\r
23 Received: from d28av01.in.ibm.com (d28av01.in.ibm.com [9.184.220.63])\r
24         by d28relay05.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id\r
25         o17Fi7R62552002\r
26         for <notmuch@notmuchmail.org>; Sun, 7 Feb 2010 21:14:07 +0530\r
27 Received: from d28av01.in.ibm.com (loopback [127.0.0.1])\r
28         by d28av01.in.ibm.com (8.14.3/8.13.1/NCO v10.0 AVout) with ESMTP id\r
29         o17Fi7gS013571\r
30         for <notmuch@notmuchmail.org>; Sun, 7 Feb 2010 21:14:07 +0530\r
31 Received: from skywalker.linux.vnet.ibm.com ([9.124.222.14])\r
32         by d28av01.in.ibm.com (8.14.3/8.13.1/NCO v10.0 AVin) with ESMTP id\r
33         o17Fi5FQ013567; Sun, 7 Feb 2010 21:14:06 +0530\r
34 From: "Aneesh Kumar K. V" <aneesh.kumar@linux.vnet.ibm.com>\r
35 To: Jameson Rollins <jrollins@finestructure.net>, Notmuch Mail\r
36         <notmuch@notmuchmail.org>\r
37 In-Reply-To: <87aavpb3wh.fsf@servo.finestructure.net>\r
38 References: <87aavpb3wh.fsf@servo.finestructure.net>\r
39 Date: Sun, 07 Feb 2010 21:14:05 +0530\r
40 Message-ID: <87y6j59hkq.fsf@linux.vnet.ibm.com>\r
41 MIME-Version: 1.0\r
42 Content-Type: text/plain; charset=us-ascii\r
43 Subject: Re: [notmuch] [PATCH] notmuch.el: colorize lines in\r
44         notmuch-search  based on thread tags.\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Sun, 07 Feb 2010 15:44:11 -0000\r
58 \r
59 On Thu, 04 Feb 2010 07:07:26 -0500, Jameson Rollins <jrollins@finestructure.net> wrote:\r
60 > Arbitrary font faces can be specified for given thread tags.  By\r
61 > default, no coloring is applied.  To specify coloring, place something\r
62 > like this in your .emacs:\r
63\r
64 > (setq notmuch-search-line-faces '(("delete" . '(:foreground "red"))\r
65 >                                   ("unread" . '(:foreground "green"))))\r
66\r
67 > Order matters: line faces listed first will take precedence (in the\r
68 > example above, a thread tagged both "delete" and "unread" will be\r
69 > colored red, since the "delete" face is listed before the "unread").\r
70 \r
71 \r
72 Doesn't 92c4dcc641e9dfb5f65026ebae5cedc8eb1d9e21 help you achive\r
73 something similar ?\r
74 \r
75 -aneesh\r