[notmuch] [PATCHv2] notmuch.el: colorize lines in notmuch-search based on thread tags.

2010-04-07 Thread Carl Worth
On Thu, 04 Feb 2010 19:38:20 -0500, Jameson Graef Rollins wrote: > 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

Re: [notmuch] [PATCHv2] notmuch.el: colorize lines in notmuch-search based on thread tags.

2010-04-07 Thread Carl Worth
On Thu, 04 Feb 2010 19:38:20 -0500, Jameson Graef Rollins jroll...@finestructure.net wrote: 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

[notmuch] [PATCHv2] notmuch.el: colorize lines in notmuch-search based on thread tags.

2010-02-05 Thread Jameson Graef Rollins
I realize I should have mentioned that this patch is meant to supercede the previous patch. There are just a couple of minor improvements, including turning on highlighting for deleted threads by default. jamie. -- next part -- A non-text attachment was scrubbed... Name:

Re: [notmuch] [PATCHv2] notmuch.el: colorize lines in notmuch-search based on thread tags.

2010-02-05 Thread Jameson Graef Rollins
I realize I should have mentioned that this patch is meant to supercede the previous patch. There are just a couple of minor improvements, including turning on highlighting for deleted threads by default. jamie. pgpXjXWTROZ0t.pgp Description: PGP signature

[notmuch] [PATCHv2] notmuch.el: colorize lines in notmuch-search based on thread tags.

2010-02-04 Thread Jameson Graef Rollins
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