diff options
author | Aaron LI <aly@aaronly.me> | 2018-07-18 19:15:36 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-07-18 19:15:36 +0800 |
commit | 3ff17e3e331631d9ae590c98aae50a95795feff8 (patch) | |
tree | 95918c2292329aa6aa1602532e1adf4342010878 /_spacemacs.d | |
parent | d3117dc424bc4bcacaae9f0a712d9d5d7f1b4cee (diff) | |
download | dotfiles-3ff17e3e331631d9ae590c98aae50a95795feff8.tar.bz2 |
spacemacs/mu4e: Fix email quotation
Diffstat (limited to '_spacemacs.d')
-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") |