From 3ff17e3e331631d9ae590c98aae50a95795feff8 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 18 Jul 2018 19:15:36 +0800 Subject: spacemacs/mu4e: Fix email quotation --- _spacemacs.d/config/my-mu4e.el | 4 ++-- 1 file 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") -- cgit v1.2.2