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:
@ -234,7 +234,7 @@ store your org-contacts."
|
|||||||
(maildir (mu4e-message-field msg :maildir))
|
(maildir (mu4e-message-field msg :maildir))
|
||||||
(oldtags (mu4e-message-field msg :tags))
|
(oldtags (mu4e-message-field msg :tags))
|
||||||
(header mu4e-action-tags-header)
|
(header mu4e-action-tags-header)
|
||||||
(sep (cond ((string= header "Keywords") " ")
|
(sep (cond ((string= header "Keywords") ", ")
|
||||||
((string= header "X-Label") " ")
|
((string= header "X-Label") " ")
|
||||||
((string= header "X-Keywords") ", ")
|
((string= header "X-Keywords") ", ")
|
||||||
(t ", ")))
|
(t ", ")))
|
||||||
|
|||||||
Reference in New Issue
Block a user