diff options
-rw-r--r-- | _spacemacs.d/config/my-mu4e.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_spacemacs.d/config/my-mu4e.el b/_spacemacs.d/config/my-mu4e.el index 622bffb..889a54e 100644 --- a/_spacemacs.d/config/my-mu4e.el +++ b/_spacemacs.d/config/my-mu4e.el @@ -35,8 +35,8 @@ :match-func (lambda (msg) (when msg (mu4e-message-contact-field-matches - msg :to ("aly@aaronly.me" - "aly@liwt.net")))) + msg :to '("aly@aaronly.me" + "aly@liwt.net")))) :vars '((user-mail-address . "aly@aaronly.me") (user-full-name . "Aaron LI") (mu4e-drafts-folder . "/aly/drafts") |