summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mu4e/mu4e-proc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/mu4e/mu4e-proc.el b/mu4e/mu4e-proc.el
index b0f6a97..69dd796 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)
- (concat "msgid:"(mu4e~escape (format "%s" msgid)))
+ (concat "msgid:"(mu4e~escape (format "%s" docid-or-msgid)))
"docid:%d")
docid-or-msgid))