mu4e: fix docstring (mu4e-view-func)

This commit is contained in:
djcb 2015-12-11 08:10:29 +02:00
parent 87d60973d9
commit 8f80bc498f
1 changed files with 2 additions and 2 deletions

View File

@ -500,7 +500,7 @@ only contacts seen AFTER (the time_t value)."
Optionally, if IMAGES is non-nil, backend will any images Optionally, if IMAGES is non-nil, backend will any images
attached to the message, and return them as temp files. attached to the message, and return them as temp files.
The result will be delivered to the function registered as The result will be delivered to the function registered as
`mu4e-message-func'." `mu4e-view-func'."
(mu4e~proc-send-command (mu4e~proc-send-command
"cmd:view %s extract-images:%s extract-encrypted:%s use-agent:true" "cmd:view %s extract-images:%s extract-encrypted:%s use-agent:true"
(mu4e~docid-msgid-param docid-or-msgid) (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 Optionally, if IMAGES is non-nil, backend will any images
attached to the message, and return them as temp files. The attached to the message, and return them as temp files. The
result will be delivered to the function registered as result will be delivered to the function registered as
`mu4e-message-func'." `mu4e-view-func'."
(mu4e~proc-send-command (mu4e~proc-send-command
"cmd:view path:%s extract-images:%s extract-encrypted:%s use-agent:true" "cmd:view path:%s extract-images:%s extract-encrypted:%s use-agent:true"
(mu4e~proc-escape path) (mu4e~proc-escape path)