|
|
@ -68,7 +68,7 @@ After syncing and indexing the mail is ready to be used inside of Emacs. Downloa |
|
|
|
|
|
|
|
#+begin_src emacs-lisp |
|
|
|
;; (use-package mu4e |
|
|
|
;; :load-path "/usr/share/emacs/site-lisp/mu4e" |
|
|
|
;; :load-path "/usr/share/emacs/site-lisp/mu4e") |
|
|
|
;; :custom (mu4e-maildir "~/.cache/mail") |
|
|
|
;; (mu4e-update-interval (* 5 60)) |
|
|
|
;; (mu4e-get-mail-command "mbsync -a") |
|
|
@ -95,7 +95,7 @@ After syncing and indexing the mail is ready to be used inside of Emacs. Downloa |
|
|
|
;; (user-mail-address . "chris@chrishayward.xyz") |
|
|
|
;; (smtpmail-smtp-server . "mail.chrishayward.xyz") |
|
|
|
;; (smtpmail-smtp-service . 587) |
|
|
|
;; (smtpmail-stream-type . starttls)))))) |
|
|
|
;; (smtpmail-stream-type . starttls))))) |
|
|
|
#+end_src |
|
|
|
|
|
|
|
** Keybinding |
|
|
|