[notmuch] [PATCH] Further improvements to tag-based coloring in search.

2010-04-07 Thread Carl Worth
On Sat, 6 Feb 2010 20:21:43 -0500, Aaron Ecay wrote: > Makes the following improvements: > - fix up doc strings > - suppress the creation of unnecessary let-bindings > - create overlays lazily (to avoid creating many overlays for threads > that do not get colored) Hi Aaron, I saw this

Re: [notmuch] [PATCH] Further improvements to tag-based coloring in search.

2010-04-07 Thread Carl Worth
On Sat, 6 Feb 2010 20:21:43 -0500, Aaron Ecay aarone...@gmail.com wrote: Makes the following improvements: - fix up doc strings - suppress the creation of unnecessary let-bindings - create overlays lazily (to avoid creating many overlays for threads that do not get colored) Hi Aaron, I

[notmuch] [PATCH] Further improvements to tag-based coloring in search.

2010-02-06 Thread Aaron Ecay
Makes the following improvements: - fix up doc strings - suppress the creation of unnecessary let-bindings - create overlays lazily (to avoid creating many overlays for threads that do not get colored) Signed-off-by: Aaron Ecay --- notmuch.el | 29 ++--- 1 files