[Patch v3 0/5] emacs: allow show to colour based on tags and flags
Mark Walters
markwalters1009 at gmail.com
Sat May 5 06:39:43 PDT 2012
The previous version of this patch set is at
id:"1335739697-8501-1-git-send-email-markwalters1009 at gmail.com".
The changes in this version: fixes in the documentation
(notmuch-search-line-faces corrected to notmuch-show-line-faces and
tag delete changed to tag deleted).
I have inserted one small patch. This
moves notmuch-search-line-faces to require pairs of the form
("tag:TAG" . FACE) rather than ("TAG" . FACE).
This makes it consistent with notmuch-show-line-faces which makes it
easy for the user to colour show results the same as search results (a
(setq notmuch-show-line-faces notmuch-search-line-faces) is
sufficient). See the previous thread for my reasons why we do want two
distinct variables.
NOTE It does mean that people will have to change their existing
colouring lines.
Mark Walters (5):
emacs: Move colour line from search to lib
emacs: Add `notmuch-show-line-faces' and apply it.
emacs: allow notmuch-show-line-faces to use flags for colouring
emacs: move notmuch-search-line-faces to "tag:" style.
emacs: inherit search-line-faces in show-line-faces.
emacs/notmuch-lib.el | 18 +++++++++++++++++
emacs/notmuch-show.el | 51 +++++++++++++++++++++++++++++++++++++++++++++---
emacs/notmuch.el | 30 +++++++++++-----------------
3 files changed, 77 insertions(+), 22 deletions(-)
--
1.7.9.1
*** BLURB HERE ***
Mark Walters (4):
emacs: Move colour line from search to lib
emacs: Add `notmuch-show-line-faces' and apply it.
emacs: move notmuch-search-line-faces to "tag:" style.
emacs: allow notmuch-show-line-faces to use flags for colouring
emacs/notmuch-lib.el | 18 ++++++++++++++++++
emacs/notmuch-show.el | 49 +++++++++++++++++++++++++++++++++++++++++++++----
emacs/notmuch.el | 30 ++++++++++++------------------
3 files changed, 75 insertions(+), 22 deletions(-)
--
1.7.9.1
More information about the notmuch
mailing list