X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-tree.el;h=0ce7fa85e34b5067d7e1974912e990a11a96f92a;hb=719391f09a17d0e18772a51f5730e1b00fcce077;hp=1dde9a7af91c128886821823795e36ce772fd54d;hpb=a7e072f2773cffa35ddcb5a3c6dc4563917cc93f;p=notmuch diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el index 1dde9a7a..0ce7fa85 100644 --- a/emacs/notmuch-tree.el +++ b/emacs/notmuch-tree.el @@ -693,7 +693,7 @@ unchanged ADDRESS if parsing fails." 'notmuch-tree-match-tag-face 'notmuch-tree-no-match-tag-face))) (propertize (format format-string - (mapconcat #'identity tags ", ")) + (mapconcat #'identity tags " ")) 'face face))))))