]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch.el
emacs: Combine notmuch-combine-face-text-property{, -string}
[notmuch] / emacs / notmuch.el
index 65baa0cb8886d6ff9e8e531a7c1a8aadfe7625b2..9e39a76b254b71383f98db4620021257a684a3d7 100644 (file)
@@ -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)))