From 8f80bc498fca256b6910992da5ad35dbca9e632b Mon Sep 17 00:00:00 2001 From: djcb Date: Fri, 11 Dec 2015 08:10:29 +0200 Subject: [PATCH] mu4e: fix docstring (mu4e-view-func) --- mu4e/mu4e-proc.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)