From 0d9d8d26d0828364927fce45c2b70466f784d72b Mon Sep 17 00:00:00 2001 From: djcb Date: Sun, 3 Dec 2017 22:18:35 +0200 Subject: [PATCH] mu4e: improve msgid quoting --- 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 c85440da..b0f6a97e 100644 --- a/mu4e/mu4e-proc.el +++ b/mu4e/mu4e-proc.el @@ -314,7 +314,7 @@ Start the process if needed." "Construct a backend parameter based on DOCID-OR-MSGID." (format (if (stringp docid-or-msgid) - "msgid:\"%s\"" + (concat "msgid:"(mu4e~escape (format "%s" msgid))) "docid:%d") docid-or-msgid))