* mu4e: mu4e~proc-send-command: add 'use-agent:true'
This commit is contained in:
@ -466,7 +466,7 @@ 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~proc-send-command
|
||||
"view %s extract-images:%s extract-encrypted:%s"
|
||||
"view %s extract-images:%s extract-encrypted:%s use-agent:true"
|
||||
(mu4e--docid-msgid-param docid-or-msgid)
|
||||
(if images "true" "false")
|
||||
(if decrypt "true" "false")))
|
||||
@ -478,7 +478,7 @@ 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~proc-send-command
|
||||
"view path:\"%s\" extract-images:%s extract-encrypted:%s"
|
||||
"view path:\"%s\" extract-images:%s extract-encrypted:%s use-agent:true"
|
||||
path
|
||||
(if images "true" "false")
|
||||
(if decrypt "true" "false")))
|
||||
|
||||
Reference in New Issue
Block a user