mu4e: fix `make-mu4e-context-account` to see `name` keyword arg

This commit is contained in:
Nathanael Gentry 2019-07-30 16:47:09 -04:00
parent 5c5716d3f0
commit b710e47d58
No known key found for this signature in database
GPG Key ID: 4C7C95EC9EF26D41
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ none."
(defvar mu4e-no-trash-providers '("gmail.com" "googlemail.com") (defvar mu4e-no-trash-providers '("gmail.com" "googlemail.com")
"List of email providers that don't support the trash flag.") "List of email providers that don't support the trash flag.")
(cl-defun make-mu4e-context-account (name &key (cl-defun make-mu4e-context-account (&key name
enter-func enter-func
leave-func leave-func
match-func match-func