* cosmetics

This commit is contained in:
djcb
2012-09-05 01:23:00 +03:00
parent 0bd47871e8
commit cf143667e8
2 changed files with 11 additions and 12 deletions

View File

@ -184,6 +184,7 @@ plist."
(if sizestr (mu4e~view-construct-header field sizestr))))
;; attachments
(:attachments (mu4e~view-construct-attachments-header msg))
;; pgp-signatures
(:signature (mu4e~view-construct-signature-header msg))
(t (mu4e-error "Unsupported field: %S" field)))))
mu4e-view-fields "")
@ -342,7 +343,6 @@ at POINT, or if nil, at (point)."
(btn (when val
(with-temp-buffer
(insert-text-button "Details"
'msg msg
'action (lambda (b)
(mu4e-view-verify-msg-popup (button-get b 'msg))))
(buffer-string))))