mu4e-message: handle 'first' parameter to message-fetch-field

May as well support it.
This commit is contained in:
Dirk-Jan C. Binnema 2024-01-23 19:14:19 +02:00
parent 91ce40a8bd
commit ffac8409a3
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ plist, it is much more efficient to get the information from that
plist."
(with-temp-buffer
(insert (mu4e--decoded-message msg 'headers-only))
(message-fetch-field hdr)))
(message-fetch-field hdr first)))
;;;
(provide 'mu4e-message)
;;; mu4e-message.el ends here