[Patch v2 3/3] emacs: allow notmuch-show-line-faces to use flags for colouring
Tomi Ollila
tomi.ollila at iki.fi
Sun Apr 29 21:49:38 PDT 2012
On Mon, Apr 30 2012, Mark Walters <markwalters1009 at gmail.com> wrote:
[ ... ]
> ---
> emacs/notmuch-show.el | 21 ++++++++++++++++-----
> 1 files changed, 16 insertions(+), 5 deletions(-)
[ ... ]
> - (setq notmuch-search-line-faces '((\"delete\" . (:foreground \"red\"
> + (setq notmuch-search-line-faces '((\"tag:delete\" . (:foreground \"red\"
> :background \"blue\"))
> - (\"unread\" . (:foreground \"green\"))))
> + (\"tag:unread\" . (:foreground \"green\"))
> + (\"flag:excluded\" . (:background \"grey\"))))
Quick note -- "delete" is to be changed to "deleted" (in examples, too :)
Tomi
More information about the notmuch
mailing list