unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [Patch v3 0/5] emacs: allow show to colour based on tags and flags
@ 2012-05-05 13:39 Mark Walters
  2012-05-05 13:39 ` [Patch v3 1/4] emacs: Move colour line from search to lib Mark Walters
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Mark Walters @ 2012-05-05 13:39 UTC (permalink / raw)
  To: notmuch

The previous version of this patch set is at 
id:"1335739697-8501-1-git-send-email-markwalters1009@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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-05-05 13:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-05 13:39 [Patch v3 0/5] emacs: allow show to colour based on tags and flags Mark Walters
2012-05-05 13:39 ` [Patch v3 1/4] emacs: Move colour line from search to lib Mark Walters
2012-05-05 13:39 ` [Patch v3 2/4] emacs: Add `notmuch-show-line-faces' and apply it Mark Walters
2012-05-05 13:39 ` [Patch v3 3/4] emacs: move notmuch-search-line-faces to "tag:" style Mark Walters
2012-05-05 13:39 ` [Patch v3 4/4] emacs: allow notmuch-show-line-faces to use flags for colouring Mark Walters
2012-05-05 13:42 ` [Patch v3 0/5] emacs: allow show to colour based on tags and flags Mark Walters

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).