From dd057b11aa044072c79b3b780e69cdaf133c3339 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Fri, 14 Feb 2020 00:35:52 +0200 Subject: [PATCH] mu4e: fix compose-func Use 'extract-encrypted' --- mu4e/mu4e-proc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu4e/mu4e-proc.el b/mu4e/mu4e-proc.el index 732719ce..532e91e4 100644 --- a/mu4e/mu4e-proc.el +++ b/mu4e/mu4e-proc.el @@ -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)