* mu4e-draft: fix typo in patch

This commit is contained in:
djcb 2013-06-08 17:36:09 +03:00
parent 55403613e6
commit 3d385325ea
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ e-mail addresses. If LST is nil, returns nil."
(let ((name (car addrcell))
(email (cdr addrcell)))
(if name
(format "%s <%s>" (rfc822-quoteit name) email)
(format "%s <%s>" (mu4e~rfc822-quoteit name) email)
(format "%s" email))))
lst ", ")))