mu4e-view: Use 'mu4e not "mu4e" when extracting

And param is a string.

Fixes: #1869.
Fixes: #1865.
This commit is contained in:
Dirk-Jan C. Binnema 2021-01-03 15:25:09 +02:00
parent 70abdaa530
commit b1717751fa
1 changed files with 1 additions and 1 deletions

View File

@ -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))))