X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-tag.el;h=41b168762c82e48b67718dff722faa14c7ac39f0;hb=dfab8e5e49d90c415f9585a02a2b0d6f72b4083a;hp=908e7ade6270bccce7fb6afbbb3e63eccc261465;hpb=87c2cd78fd8b3a83a6cfcc785df286ca458056dd;p=notmuch diff --git a/emacs/notmuch-tag.el b/emacs/notmuch-tag.el index 908e7ade..41b16876 100644 --- a/emacs/notmuch-tag.el +++ b/emacs/notmuch-tag.el @@ -151,7 +151,7 @@ This can be used with `notmuch-tag-format-image-data'." (defun notmuch-tag-format-tags (tags &optional face) "Return a string representing formatted TAGS." (let ((face (or face 'notmuch-tag-face))) - (notmuch-combine-face-text-property-string + (notmuch-apply-face (mapconcat #'identity ;; nil indicated that the tag was deliberately hidden (delq nil (mapcar #'notmuch-tag-format-tag tags))