summaryrefslogtreecommitdiff
path: root/emacs/notmuch-show.el
diff options
context:
space:
mode:
authorJameson Rollins <jrollins@finestructure.net>2010-02-04 07:07:26 -0500
committerCarl Worth <cworth@cworth.org>2010-04-07 11:09:20 -0700
commit84767fd5823b3b421be83000255951316e85be8c (patch)
treecb4d4bc7fcebf4f3138daecd66b0dd169612df11 /emacs/notmuch-show.el
parent8364c2f36edd471a6841025553fad663b50a8b1a (diff)
notmuch.el: colorize lines in notmuch-search based on thread tags.
Arbitrary font faces can be specified for given thread tags. By default, no coloring is applied. To specify coloring, place something like this in your .emacs: (setq notmuch-search-line-faces '(("delete" . '(:foreground "red")) ("unread" . '(:foreground "green")))) Order matters: line faces listed first will take precedence (in the example above, a thread tagged both "delete" and "unread" will be colored red, since the "delete" face is listed before the "unread"). notmuch.el | 33 ++++++++++++++++++++++++++++++++- 1 files changed, 32 insertions(+), 1 deletions(-)
Diffstat (limited to 'emacs/notmuch-show.el')
0 files changed, 0 insertions, 0 deletions