X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch.el;h=9e39a76b254b71383f98db4620021257a684a3d7;hp=65baa0cb8886d6ff9e8e531a7c1a8aadfe7625b2;hb=dfab8e5e49d90c415f9585a02a2b0d6f72b4083a;hpb=87c2cd78fd8b3a83a6cfcc785df286ca458056dd diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 65baa0cb..9e39a76b 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -649,7 +649,7 @@ foreground and blue background." (let ((tag (car elem)) (attributes (cdr elem))) (when (member tag line-tag-list) - (notmuch-combine-face-text-property start end attributes)))) + (notmuch-apply-face nil attributes nil start end)))) ;; Reverse the list so earlier entries take precedence (reverse notmuch-search-line-faces)))