X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-tree.el;h=4f2ac028793485d72bff372593432fff5ffcf3f5;hp=16f28629327131a0654cf6e79b89a2ce752c0e49;hb=957fc2e1a7d00636c7eaaf487edae65e7a63dc8f;hpb=3c231e7e4978499ba3481589e4620321a018a2d5 diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el index 16f28629..4f2ac028 100644 --- a/emacs/notmuch-tree.el +++ b/emacs/notmuch-tree.el @@ -704,10 +704,7 @@ unchanged ADDRESS if parsing fails." (face (if match 'notmuch-tree-match-tag-face 'notmuch-tree-no-match-tag-face))) - (propertize (format format-string - (mapconcat #'identity tags " ")) - 'face face)))))) - + (format format-string (notmuch-tag-format-tags tags face))))))) (defun notmuch-tree-format-field-list (field-list msg) "Format fields of MSG according to FIELD-LIST and return string"