summaryrefslogtreecommitdiff
path: root/.emacs.d/modules/thanos-mu4e.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/modules/thanos-mu4e.el')
-rw-r--r--.emacs.d/modules/thanos-mu4e.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/.emacs.d/modules/thanos-mu4e.el b/.emacs.d/modules/thanos-mu4e.el
index 4adf873..086c77c 100644
--- a/.emacs.d/modules/thanos-mu4e.el
+++ b/.emacs.d/modules/thanos-mu4e.el
@@ -69,7 +69,7 @@
(setf mu4e-maildir-shortcuts
'(("/Fastmail/Inbox" . ?i)
- ("/Fastmail/Sent" . ?s)
+ ("/Sent" . ?s)
("/Fastmail/Emacs/dev" . ?e)
("/MUSofia/[Gmail]/All Mail" . ?u)))
@@ -81,7 +81,7 @@
(lambda (msg)
(when msg
(string-prefix-p "/Fastmail" (mu4e-message-field msg :maildir))))
- :vars '((user-mail-address . "[email protected]")
+ :vars '((user-mail-address . "[email protected]")
(user-full-name . "Thanos Apollo")
(smtpmail-smtp-server . "smtp.fastmail.com")
(smtpmail-smtp-service . 465)
@@ -103,7 +103,7 @@
(smtpmail-stream-type . ssl)))))
(setf message-send-mail-function 'smtpmail-send-it
- mu4e-compose-signature "\nThanos Apollo\nhttps://thanosapollo.com"
+ mu4e-compose-signature "\nThanos Apollo\nhttps://thanosapollo.org"
mu4e-compose-context-policy 'ask
mu4e-compose-format-flowed t)
@@ -128,7 +128,8 @@
("MCheck if merged" . my-mu4e-action-check-if-merged)))))
(add-hook 'mu4e-main-mode-hook #'(lambda ()
- (display-line-numbers-mode -1)))
+ (display-line-numbers-mode -1)
+ (auto-save-mode -1)))
(require 'mu4e-alert)
(mu4e-alert-enable-mode-line-display)