Re: [notmuch] [PATCH] notmuch.el: Add face support to search and show mode
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Sat, 21 Nov 2009 04:07:30 +0000 (09:37 +0530)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:35:37 +0000 (09:35 -0800)
78/a1e3ef695ecf2f8a31cb8a667f19e9b38dadce [new file with mode: 0644]

diff --git a/78/a1e3ef695ecf2f8a31cb8a667f19e9b38dadce b/78/a1e3ef695ecf2f8a31cb8a667f19e9b38dadce
new file mode 100644 (file)
index 0000000..15f7431
--- /dev/null
@@ -0,0 +1,85 @@
+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 E5510431FBF\r
+       for <notmuch@notmuchmail.org>; Fri, 20 Nov 2009 20:07:36 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\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 VnWyfMF0U+Mm for <notmuch@notmuchmail.org>;\r
+       Fri, 20 Nov 2009 20:07:36 -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 684E4431FAE\r
+       for <notmuch@notmuchmail.org>; Fri, 20 Nov 2009 20:07:35 -0800 (PST)\r
+Received: from d28relay03.in.ibm.com (d28relay03.in.ibm.com [9.184.220.60])\r
+       by e28smtp02.in.ibm.com (8.14.3/8.13.1) with ESMTP id nAL47X4J025859\r
+       for <notmuch@notmuchmail.org>; Sat, 21 Nov 2009 09:37:33 +0530\r
+Received: from d28av01.in.ibm.com (d28av01.in.ibm.com [9.184.220.63])\r
+       by d28relay03.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id\r
+       nAL47XfQ3411982\r
+       for <notmuch@notmuchmail.org>; Sat, 21 Nov 2009 09:37:33 +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
+       nAL47XWD018706\r
+       for <notmuch@notmuchmail.org>; Sat, 21 Nov 2009 09:37:33 +0530\r
+Received: from skywalker.linux.vnet.ibm.com ([9.124.223.170])\r
+       by d28av01.in.ibm.com (8.14.3/8.13.1/NCO v10.0 AVin) with ESMTP id\r
+       nAL47UFU018693\r
+       (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO);\r
+       Sat, 21 Nov 2009 09:37:32 +0530\r
+Date: Sat, 21 Nov 2009 09:37:30 +0530\r
+From: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>\r
+To: Carl Worth <cworth@cworth.org>\r
+Message-ID: <20091121040730.GA17925@skywalker.linux.vnet.ibm.com>\r
+References: <1258730844-8711-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com>\r
+       <87lji04m7z.fsf@yoom.home.cworth.org>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+Content-Disposition: inline\r
+In-Reply-To: <87lji04m7z.fsf@yoom.home.cworth.org>\r
+User-Agent: Mutt/1.5.20 (2009-06-14)\r
+Cc: notmuch@notmuchmail.org\r
+Subject: Re: [notmuch] [PATCH] notmuch.el: Add face support to search and\r
+ show mode\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.12\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: Sat, 21 Nov 2009 04:07:37 -0000\r
+\r
+On Sat, Nov 21, 2009 at 03:59:12AM +0100, Carl Worth wrote:\r
+> On Fri, 20 Nov 2009 20:57:24 +0530, "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com> wrote:\r
+> > This add two faces, notmuch-show-subject-face and\r
+> > notmuch-tag-unread-face. The first face is used to show the subject\r
+> > line in the notmuch-show-mode and the second one the unread tag in\r
+> > the notmuch-search-mode.\r
+> > \r
+> > The changes are done looking at message.el in emacs source\r
+> \r
+> Hi Aneesh,\r
+> \r
+> This looks like very interesting stuff, but I wasn't able to get it to\r
+> work. Initially I was running emacs within a terminal (emacs -nw) so I\r
+> thought that might be preventing me from seeing the face differences or\r
+> so.\r
+> \r
+> But I can't seem to see anything in graphical emacs either.\r
+> \r
+> Is there something more I need to do to make this work?\r
+\r
+To verify whether i have some setting in .emacs i ran emacs -q and still\r
+i am able see the colors. So not sure what extra is needed. I also tried\r
+emacs23 and that also worked. Are you able to see this faces via customize-face\r
+command ? And what is the color they display in customize-face ?\r
+\r
+-aneesh\r
+\r