Add missing space between signature verification and signers

This commit is contained in:
Marcel van der Boom 2020-05-19 09:08:30 +02:00
parent 45bcad1f7e
commit 01736c9a65
1 changed files with 1 additions and 1 deletions

View File

@ -637,7 +637,7 @@ add text-properties to VAL."
(mu4e-view-verify-msg-popup
(button-get b 'msg))))
(buffer-string))))
(val (when val (concat val signers " (" btn ")"))))
(val (when val (concat val " " signers " (" btn ")"))))
(mu4e~view-construct-header :signature val t)))
(defun mu4e~view-construct-decryption-header (msg)