diff options
author | Case Duckworth | 2021-10-09 16:22:07 -0500 |
---|---|---|
committer | Case Duckworth | 2021-10-09 16:22:07 -0500 |
commit | ef3319bb44510df28c9282aa2bc7f4985c85d8eb (patch) | |
tree | 86bfb2a341fc5ae4e4d814531a5b5706725a6b92 | |
parent | Add eshell/z (diff) | |
download | emacs-ef3319bb44510df28c9282aa2bc7f4985c85d8eb.tar.gz emacs-ef3319bb44510df28c9282aa2bc7f4985c85d8eb.zip |
Configure mu4e
-rw-r--r-- | init.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/init.el b/init.el index fe5ece4..7d11489 100644 --- a/init.el +++ b/init.el | |||
@@ -728,6 +728,7 @@ specific to most general, they are these: | |||
728 | (:option message-kill-buffer-on-exit t | 728 | (:option message-kill-buffer-on-exit t |
729 | message-send-mail-function #'smtpmail-send-it | 729 | message-send-mail-function #'smtpmail-send-it |
730 | mu4e-change-filenames-when-moving t | 730 | mu4e-change-filenames-when-moving t |
731 | mu4e-completing-read-function 'completing-read | ||
731 | mu4e-contexts | 732 | mu4e-contexts |
732 | (list | 733 | (list |
733 | ;; Work | 734 | ;; Work |
@@ -773,7 +774,10 @@ specific to most general, they are these: | |||
773 | mu4e-update-interval (* 10 60) | 774 | mu4e-update-interval (* 10 60) |
774 | send-mail-function #'smtpmail-send-it | 775 | send-mail-function #'smtpmail-send-it |
775 | smtpmail-smtp-service 465 | 776 | smtpmail-smtp-service 465 |
776 | smtpmail-stream-type 'ssl)) | 777 | smtpmail-stream-type 'ssl) |
778 | |||
779 | (:with-mode mu4e-view-mode | ||
780 | (:hook #'reading-mode))) | ||
777 | 781 | ||
778 | (setup page | 782 | (setup page |
779 | (:option page-delimiter | 783 | (:option page-delimiter |