[notmuch] [PATCH -v6] notmuch.el: Add face support to search mode

2009-11-28 Thread Aneesh Kumar K.V
This patch use notmuch-tag-face showing tags in the notmuch-search-mode. We can selectively highlight each tag by setting notmuch-tag-face-alist as below (defface notmuch-tag-unread-face 'class color)) (:foreground "goldenrod"))) "Notmuch search mode face used to highligh tags.")

[notmuch] [PATCH -v6] notmuch.el: Add face support to search mode

2009-11-27 Thread Carl Worth
On Sat, 28 Nov 2009 11:37:05 +0530, "Aneesh Kumar K.V" wrote: > This patch use notmuch-tag-face showing tags in the > notmuch-search-mode. Thanks, Aneesh! Your patience has prevailed again and I've pushed out this patch. > We can selectively highlight each tag by setting notmuch-tag-face-alist