X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-tag.el;h=09d182dfb818d6844efdab4ca3d626e9f2dd7d89;hp=c03027f705f631fa232aa56c01c980ffded40a3a;hb=1fdc08d0ffab;hpb=5d05523659912c6b4221fe5246261df601ea41c8 diff --git a/emacs/notmuch-tag.el b/emacs/notmuch-tag.el index c03027f7..09d182df 100644 --- a/emacs/notmuch-tag.el +++ b/emacs/notmuch-tag.el @@ -57,10 +57,13 @@ tagging operations to apply, or a variable which contains a list of tagging operations such as `notmuch-archive-tags'. The final element is a name for this tagging operation. If the name is omitted or empty then the list of tag changes, or the variable -name is used as the name. The key `r` should not be used as that -is already bound: it switches the menu to a menu of the reverse -tagging operations. The reverse of a tagging operation is the -same list of individual tag-ops but with `+tag` replaced by +name is used as the name. + +The key `notmuch-tag-jump-reverse-key' (k by default) should not +be used (either as a key, or as the start of a key sequence) as +it is already bound: it switches the menu to a menu of the +reverse tagging operations. The reverse of a tagging operation is +the same list of individual tag-ops but with `+tag` replaced by `-tag` and vice versa. If setting this variable outside of customize then it should be a @@ -112,7 +115,12 @@ Used in the default value of `notmuch-tag-formats`." :group 'notmuch-faces) (defface notmuch-tag-flagged - '((t :foreground "blue")) + '((((class color) + (background dark)) + (:foreground "LightBlue1")) + (((class color) + (background light)) + (:foreground "blue"))) "Face used for the flagged tag. Used in the default value of `notmuch-tag-formats`."