Merge pull request #1701 from mrvdb/master

Missing space between sig verification and signers
This commit is contained in:
Dirk-Jan C. Binnema 2020-05-19 11:29:07 +03:00 committed by GitHub
commit c283cd173d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)