diff options
author | Alan Pearce | 2019-08-19 11:33:38 +0200 |
---|---|---|
committer | Alan Pearce | 2019-08-19 11:33:38 +0200 |
commit | cac3de632b4a4d1d97c4391bc920482eac44d850 (patch) | |
tree | 6c72ca46a1dce247c7fea6d2c8056b253d67d383 | |
parent | 200183d88488da4c3b93057875cb49781709c136 (diff) | |
download | dotfiles-cac3de632b4a4d1d97c4391bc920482eac44d850.tar.lz dotfiles-cac3de632b4a4d1d97c4391bc920482eac44d850.tar.zst dotfiles-cac3de632b4a4d1d97c4391bc920482eac44d850.zip |
Emacs: fix mu4e at work
-rw-r--r-- | emacs/.emacs.d/main.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 215b73d..6ac9fa6 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -683,10 +683,10 @@ With two prefix arguments, write out the day and month name." :match-func (lambda (msg) (if msg (mu4e-message-contact-field-matches - msg :to "alan@satoshipay.io") + msg :to ".*@satoshipay.io") (string-equal (system-name) "satoshipad"))) :vars '((user-mail-address . "alan@satoshipay.io") - (mu4e-sent-messages-behavior . 'delete) + (mu4e-sent-messages-behavior . delete) (mu4e-drafts-folder . "/satoshipay/Drafts") (mu4e-sent-folder . "/satoshipay/Sent Mail") (mu4e-refile-folder . "/satoshipay/All Mail") |