1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-21 06:56:48 +02:00

mu4e: fix compose-func

Use 'extract-encrypted'
This commit is contained in:
Dirk-Jan C. Binnema 2020-02-14 00:35:52 +02:00
parent ef4fa46a1d
commit dd057b11aa

View File

@ -333,7 +333,7 @@ The result is delivered to the function registered as
`mu4e-compose-func'."
(mu4e~call-mu `(compose
:type ,type
:decrypt ,decrypt
:extract-encrypted ,decrypt
:docid ,docid)))
(defun mu4e~proc-contacts (personal after tstamp)