X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-tree.el;fp=emacs%2Fnotmuch-tree.el;h=d74869040f54b9abecc3323037b14db6a6aabfc1;hp=7fa73d4059647052333050e78f550a6f98ea865a;hb=ed03babd053d679a85ea3baa1632d8ae1dff31b6;hpb=ab8d0e572537006a4e1dafa266075ed0d848c80f diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el index 7fa73d40..d7486904 100644 --- a/emacs/notmuch-tree.el +++ b/emacs/notmuch-tree.el @@ -179,7 +179,7 @@ Note that the author string should not contain whitespace (:foreground "dark blue")) (t (:bold t))) - "Face used in tree mode for the date in messages matching the query." + "Face used in tree mode for the author in messages matching the query." :group 'notmuch-tree :group 'notmuch-faces) @@ -236,7 +236,7 @@ Note that the author string should not contain whitespace (defface notmuch-tree-no-match-author-face nil - "Face used in tree mode for the date in messages matching the query." + "Face used in tree mode for non-matching authors." :group 'notmuch-tree :group 'notmuch-faces)