]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-tree.el
emacs: tree remove comma separator tags
[notmuch] / emacs / notmuch-tree.el
index 1dde9a7af91c128886821823795e36ce772fd54d..0ce7fa85e34b5067d7e1974912e990a11a96f92a 100644 (file)
@@ -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))))))