Re: [notmuch] [PATCH] notmuch.el: Add face support to search and show mode
authorCarl Worth <cworth@cworth.org>
Sat, 21 Nov 2009 02:59:12 +0000 (03:59 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:35:37 +0000 (09:35 -0800)
e4/54e867d237018c52a0fef944d7b936a1d374b4 [new file with mode: 0644]

diff --git a/e4/54e867d237018c52a0fef944d7b936a1d374b4 b/e4/54e867d237018c52a0fef944d7b936a1d374b4
new file mode 100644 (file)
index 0000000..5bb3390
--- /dev/null
@@ -0,0 +1,59 @@
+Return-Path: <cworth@cworth.org>\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 59F8A431FBF;\r
+       Fri, 20 Nov 2009 18:59:25 -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 QrPpWP2W6KDV; Fri, 20 Nov 2009 18:59:24 -0800 (PST)\r
+Received: from cworth.org (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 24A26431FAE;\r
+       Fri, 20 Nov 2009 18:59:23 -0800 (PST)\r
+From: Carl Worth <cworth@cworth.org>\r
+To: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>,\r
+       notmuch@notmuchmail.org\r
+In-Reply-To:\r
+ <1258730844-8711-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com>\r
+References: <1258730844-8711-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com>\r
+Date: Sat, 21 Nov 2009 03:59:12 +0100\r
+Message-ID: <87lji04m7z.fsf@yoom.home.cworth.org>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\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 02:59:25 -0000\r
+\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
+-Carl\r