* 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);
|
g_hash_table_foreach (bm->_hash, (GHFunc)each_bookmark, &bmdata);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -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))))
|
||||||
|
|||||||
Reference in New Issue
Block a user