summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2020-05-19 11:29:07 +0300
committerGitHub <noreply@github.com>2020-05-19 11:29:07 +0300
commitc283cd173d2c5e342d8540d374a838fadc5cdad9 (patch)
tree6921359568f18cb51e52dd68d52c12d0fe5d6957
parent1c88651f41b0233046e1309a216da97ac6385bcb (diff)
parentfa5b181e25865b5d5a4bab4151963fc3f528b580 (diff)
Merge pull request #1701 from mrvdb/master
Missing space between sig verification and signers
-rw-r--r--mu4e/mu4e-view.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/mu4e/mu4e-view.el b/mu4e/mu4e-view.el
index a75d4a7..e3f6171 100644
--- a/mu4e/mu4e-view.el
+++ b/mu4e/mu4e-view.el
@@ -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)