Re: [notmuch] [PATCH] notmuch.el: colorize lines in notmuch-search based on thread...
authorAneesh Kumar K. V <aneesh.kumar@linux.vnet.ibm.com>
Sun, 7 Feb 2010 15:44:05 +0000 (21:14 +0530)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:36:07 +0000 (09:36 -0800)
f3/7da473d7b3797928becca7b51267b71ab82d99 [new file with mode: 0644]

diff --git a/f3/7da473d7b3797928becca7b51267b71ab82d99 b/f3/7da473d7b3797928becca7b51267b71ab82d99
new file mode 100644 (file)
index 0000000..2d2ad03
--- /dev/null
@@ -0,0 +1,75 @@
+Return-Path: <aneesh.kumar@linux.vnet.ibm.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id C714D431FBD\r
+       for <notmuch@notmuchmail.org>; Sun,  7 Feb 2010 07:44:10 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -1.922\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-1.922 tagged_above=-999 required=5\r
+       tests=[AWL=-1.923, BAYES_50=0.001] autolearn=ham\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id a9HDr-MzZi6H for <notmuch@notmuchmail.org>;\r
+       Sun,  7 Feb 2010 07:44:10 -0800 (PST)\r
+Received: from e28smtp02.in.ibm.com (e28smtp02.in.ibm.com [122.248.162.2])\r
+       by olra.theworths.org (Postfix) with ESMTP id A3118431FAE\r
+       for <notmuch@notmuchmail.org>; Sun,  7 Feb 2010 07:44:09 -0800 (PST)\r
+Received: from d28relay05.in.ibm.com (d28relay05.in.ibm.com [9.184.220.62])\r
+       by e28smtp02.in.ibm.com (8.14.3/8.13.1) with ESMTP id o17Fi7Dc003395\r
+       for <notmuch@notmuchmail.org>; Sun, 7 Feb 2010 21:14:07 +0530\r
+Received: from d28av01.in.ibm.com (d28av01.in.ibm.com [9.184.220.63])\r
+       by d28relay05.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id\r
+       o17Fi7R62552002\r
+       for <notmuch@notmuchmail.org>; Sun, 7 Feb 2010 21:14:07 +0530\r
+Received: from d28av01.in.ibm.com (loopback [127.0.0.1])\r
+       by d28av01.in.ibm.com (8.14.3/8.13.1/NCO v10.0 AVout) with ESMTP id\r
+       o17Fi7gS013571\r
+       for <notmuch@notmuchmail.org>; Sun, 7 Feb 2010 21:14:07 +0530\r
+Received: from skywalker.linux.vnet.ibm.com ([9.124.222.14])\r
+       by d28av01.in.ibm.com (8.14.3/8.13.1/NCO v10.0 AVin) with ESMTP id\r
+       o17Fi5FQ013567; Sun, 7 Feb 2010 21:14:06 +0530\r
+From: "Aneesh Kumar K. V" <aneesh.kumar@linux.vnet.ibm.com>\r
+To: Jameson Rollins <jrollins@finestructure.net>, Notmuch Mail\r
+       <notmuch@notmuchmail.org>\r
+In-Reply-To: <87aavpb3wh.fsf@servo.finestructure.net>\r
+References: <87aavpb3wh.fsf@servo.finestructure.net>\r
+Date: Sun, 07 Feb 2010 21:14:05 +0530\r
+Message-ID: <87y6j59hkq.fsf@linux.vnet.ibm.com>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+Subject: Re: [notmuch] [PATCH] notmuch.el: colorize lines in\r
+       notmuch-search  based on thread tags.\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sun, 07 Feb 2010 15:44:11 -0000\r
+\r
+On Thu, 04 Feb 2010 07:07:26 -0500, Jameson Rollins <jrollins@finestructure.net> wrote:\r
+> Arbitrary font faces can be specified for given thread tags.  By\r
+> default, no coloring is applied.  To specify coloring, place something\r
+> like this in your .emacs:\r
+> \r
+> (setq notmuch-search-line-faces '(("delete" . '(:foreground "red"))\r
+>                                   ("unread" . '(:foreground "green"))))\r
+> \r
+> Order matters: line faces listed first will take precedence (in the\r
+> example above, a thread tagged both "delete" and "unread" will be\r
+> colored red, since the "delete" face is listed before the "unread").\r
+\r
+\r
+Doesn't 92c4dcc641e9dfb5f65026ebae5cedc8eb1d9e21 help you achive\r
+something similar ?\r
+\r
+-aneesh\r