diff --git a/mu4e/mu4e-proc.el b/mu4e/mu4e-proc.el index d8ca5aaa..d7163023 100644 --- a/mu4e/mu4e-proc.el +++ b/mu4e/mu4e-proc.el @@ -500,7 +500,7 @@ only contacts seen AFTER (the time_t value)." Optionally, if IMAGES is non-nil, backend will any images attached to the message, and return them as temp files. The result will be delivered to the function registered as -`mu4e-message-func'." +`mu4e-view-func'." (mu4e~proc-send-command "cmd:view %s extract-images:%s extract-encrypted:%s use-agent:true" (mu4e~docid-msgid-param docid-or-msgid) @@ -512,7 +512,7 @@ The result will be delivered to the function registered as Optionally, if IMAGES is non-nil, backend will any images attached to the message, and return them as temp files. The result will be delivered to the function registered as -`mu4e-message-func'." +`mu4e-view-func'." (mu4e~proc-send-command "cmd:view path:%s extract-images:%s extract-encrypted:%s use-agent:true" (mu4e~proc-escape path)