From 1aec1e2f7c216eee02cae8ee8b36b669e414e14d Mon Sep 17 00:00:00 2001 From: djcb Date: Mon, 20 May 2013 05:31:27 +0300 Subject: [PATCH] * mu4e: some fixes in mu4e-proc --- mu4e/mu4e-proc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu4e/mu4e-proc.el b/mu4e/mu4e-proc.el index eb36c123..ab078bca 100644 --- a/mu4e/mu4e-proc.el +++ b/mu4e/mu4e-proc.el @@ -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.