X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/a7e072f2773cffa35ddcb5a3c6dc4563917cc93f..719391f09a17d0e18772a51f5730e1b00fcce077:/emacs/notmuch-tree.el 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))))))