mu4e: fix typo in mu4e~docid-msgid-param

Fix silly typo. Fixes #1166.
This commit is contained in:
djcb 2017-12-10 13:52:11 +02:00
parent 02dca2fba9
commit e1c6fa4b95
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)
(concat "msgid:"(mu4e~escape (format "%s" msgid)))
(concat "msgid:"(mu4e~escape (format "%s" docid-or-msgid)))
"docid:%d")
docid-or-msgid))