Re: [Patch v2 3/3] emacs: allow notmuch-show-line-faces to use flags for colouring

Subject: Re: [Patch v2 3/3] emacs: allow notmuch-show-line-faces to use flags for colouring

Date: Mon, 30 Apr 2012 07:49:38 +0300

To: Mark Walters, notmuch@notmuchmail.org

Cc:

From: Tomi Ollila


On Mon, Apr 30 2012, Mark Walters <markwalters1009@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

Thread: