mu4e: improve msgid quoting

This commit is contained in:
djcb 2017-12-03 22:18:35 +02:00
parent 7a62758afa
commit 0d9d8d26d0
1 changed files with 1 additions and 1 deletions

View File

@ -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))