* 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

@ -144,4 +144,3 @@ mu_bookmarks_foreach (MuBookmarks *bm, MuBookmarksForeachFunc func,
g_hash_table_foreach (bm->_hash, (GHFunc)each_bookmark, &bmdata); g_hash_table_foreach (bm->_hash, (GHFunc)each_bookmark, &bmdata);
} }

View File

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