X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-tree.el;h=8bf2fbc5c78c2cb9f6a61cc4cc68a75229bb53d2;hb=941e172724188eb0f65bc05035a0a6871a70ba72;hp=c78d9de5114c90eed69bc1eac168b6ad85cc7d9e;hpb=d5acfdda5f9a64b934a86e5ec877b6b7d1d80a0f;p=notmuch diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el index c78d9de5..8bf2fbc5 100644 --- a/emacs/notmuch-tree.el +++ b/emacs/notmuch-tree.el @@ -704,7 +704,7 @@ unchanged ADDRESS if parsing fails." (face (if match 'notmuch-tree-match-tag-face 'notmuch-tree-no-match-tag-face))) - (format format-string (notmuch-tag-format-tags tags face))))))) + (format format-string (notmuch-tag-format-tags tags tags face))))))) (defun notmuch-tree-format-field-list (field-list msg) "Format fields of MSG according to FIELD-LIST and return string"