diff options
| author | djcb <djcb@djcbsoftware.nl> | 2017-12-10 13:52:11 +0200 |
|---|---|---|
| committer | djcb <djcb@djcbsoftware.nl> | 2017-12-10 13:52:11 +0200 |
| commit | e1c6fa4b95fc86306776306808e47a751bbb1ec7 (patch) | |
| tree | 867608a9e433324674147307f5193121614c9fe2 | |
| parent | 02dca2fba943316d9cd0ab3578e9c2f48e334025 (diff) | |
mu4e: fix typo in mu4e~docid-msgid-param1.0-alpha3
Fix silly typo. Fixes #1166.
| -rw-r--r-- | mu4e/mu4e-proc.el | 2 |
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)) |
