mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: modify help message for notmuch-search-line-faces to reflect preferred "deleted" tag name.
No functional change here. The help message previously referred to the "delete" tag, but "deleted" is now preferred, so hopefully this will reduce any potential confusion.
This commit is contained in:
parent
85e991affc
commit
5073de34b4
1 changed files with 2 additions and 2 deletions
|
@ -714,12 +714,12 @@ This function advances the next thread when finished."
|
|||
Here is an example of how to color search results based on tags.
|
||||
(the following text would be placed in your ~/.emacs file):
|
||||
|
||||
(setq notmuch-search-line-faces '((\"delete\" . (:foreground \"red\"
|
||||
(setq notmuch-search-line-faces '((\"deleted\" . (:foreground \"red\"
|
||||
:background \"blue\"))
|
||||
(\"unread\" . (:foreground \"green\"))))
|
||||
|
||||
The attributes defined for matching tags are merged, with later
|
||||
attributes overriding earlier. A message having both \"delete\"
|
||||
attributes overriding earlier. A message having both \"deleted\"
|
||||
and \"unread\" tags with the above settings would have a green
|
||||
foreground and blue background."
|
||||
:type '(alist :key-type (string) :value-type (custom-face-edit))
|
||||
|
|
Loading…
Reference in a new issue