From b1717751fa3363b2fe52d2b94acf1fdd993bf257 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 3 Jan 2021 15:25:09 +0200 Subject: [PATCH] mu4e-view: Use 'mu4e not "mu4e" when extracting And param is a string. Fixes: #1869. Fixes: #1865. --- mu4e/mu4e-view.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu4e/mu4e-view.el b/mu4e/mu4e-view.el index d72b9bb0..a34a1d62 100644 --- a/mu4e/mu4e-view.el +++ b/mu4e/mu4e-view.el @@ -1446,7 +1446,7 @@ ATTNUM is nil ask for the attachment number." ;; server, and use it to determine the parent message (ie., the current ;; message) when showing the embedded message/rfc822, and return to the ;; current message when quitting that one. - (mu4e~view-temp-action docid index "mu4e" docid) + (mu4e~view-temp-action docid index 'mu4e (format "%s" docid)) ;; otherwise, open with the default program (handled in mu-server (mu4e~proc-extract 'open docid index mu4e-decryption-policy))))