* cosmetics
This commit is contained in:
@ -144,4 +144,3 @@ mu_bookmarks_foreach (MuBookmarks *bm, MuBookmarksForeachFunc func,
|
||||
|
||||
g_hash_table_foreach (bm->_hash, (GHFunc)each_bookmark, &bmdata);
|
||||
}
|
||||
|
||||
|
||||
@ -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))))
|
||||
|
||||
Reference in New Issue
Block a user