* mu4e: some fixes in mu4e-proc

This commit is contained in:
djcb 2013-05-20 05:31:27 +03:00
parent e70101f058
commit 1aec1e2f7c
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ Start the process if needed."
"Remove message identified by docid.
The results are reporter through either (:update ... ) or (:error)
sexp, which are handled my `mu4e-error-func', respectively."
(mu4e~proc-send-command "remove docid:%d" docid))
(mu4e~proc-send-command "cmd:remove docid:%d" docid))
(defun mu4e~proc-escape (str)
"Escape STRING for transport -- put it in quotes, and escape existing quotation.