mu4e-message: handle 'first' parameter to message-fetch-field
May as well support it.
This commit is contained in:
@ -237,7 +237,7 @@ plist, it is much more efficient to get the information from that
|
|||||||
plist."
|
plist."
|
||||||
(with-temp-buffer
|
(with-temp-buffer
|
||||||
(insert (mu4e--decoded-message msg 'headers-only))
|
(insert (mu4e--decoded-message msg 'headers-only))
|
||||||
(message-fetch-field hdr)))
|
(message-fetch-field hdr first)))
|
||||||
;;;
|
;;;
|
||||||
(provide 'mu4e-message)
|
(provide 'mu4e-message)
|
||||||
;;; mu4e-message.el ends here
|
;;; mu4e-message.el ends here
|
||||||
|
|||||||
Reference in New Issue
Block a user