|
|
@ -67,8 +67,8 @@ After syncing and indexing the mail is ready to be used inside of Emacs. Downloa |
|
|
|
+ Configure mail account(s) |
|
|
|
|
|
|
|
#+begin_src emacs-lisp |
|
|
|
;;(use-package mu4e |
|
|
|
;; :load-path "/usr/share/emacs/site-lisp/mu4e" |
|
|
|
;; (use-package 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 |
|
|
@ -103,7 +103,7 @@ After syncing and indexing the mail is ready to be used inside of Emacs. Downloa |
|
|
|
Create a keybinding to open the mail dashboard with =SPC m=. |
|
|
|
|
|
|
|
#+begin_src emacs-lisp |
|
|
|
;;(dotfiles/leader |
|
|
|
;; (dotfiles/leader |
|
|
|
;; "m" '(mu4e :which-key "Mail")) |
|
|
|
#+end_src |
|
|
|
|
|
|
@ -112,7 +112,7 @@ Create a keybinding to open the mail dashboard with =SPC m=. |
|
|
|
Receive notifications for incoming mail via the *mu4e-alert*[fn:5] package. |
|
|
|
|
|
|
|
#+begin_src emacs-lisp |
|
|
|
;;(use-package mu4e-alert |
|
|
|
;; (use-package mu4e-alert |
|
|
|
;; :after mu4e |
|
|
|
;; :custom (mu4e-alert-set-default-style 'libnotify) |
|
|
|
;; :config (mu4e-alert-enable-notifications) |
|
|
|