summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2019-08-19 11:33:38 +0200
committerAlan Pearce2019-08-19 11:33:38 +0200
commitcac3de632b4a4d1d97c4391bc920482eac44d850 (patch)
tree6c72ca46a1dce247c7fea6d2c8056b253d67d383 /emacs
parent200183d88488da4c3b93057875cb49781709c136 (diff)
downloadnixfiles-cac3de632b4a4d1d97c4391bc920482eac44d850.tar.lz
nixfiles-cac3de632b4a4d1d97c4391bc920482eac44d850.tar.zst
nixfiles-cac3de632b4a4d1d97c4391bc920482eac44d850.zip
Emacs: fix mu4e at work
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/main.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 215b73dc..6ac9fa6e 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")