aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/notmuch-tree.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/notmuch-tree.el')
-rw-r--r--emacs/notmuch-tree.el2
1 files changed, 1 insertions, 1 deletions
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))))))