mu4e: use , to separate Keyword: values

Conform with https://tools.ietf.org/html/rfc2822#section-3.6.5

Spotted by andersjohansson
This commit is contained in:
djcb 2016-01-14 22:26:10 +02:00
parent ed935112e6
commit ea1c6645ef
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ store your org-contacts."
(maildir (mu4e-message-field msg :maildir))
(oldtags (mu4e-message-field msg :tags))
(header mu4e-action-tags-header)
(sep (cond ((string= header "Keywords") " ")
(sep (cond ((string= header "Keywords") ", ")
((string= header "X-Label") " ")
((string= header "X-Keywords") ", ")
(t ", ")))