Browse Source

Use local mu installation

main
parent
commit
082e690552
  1. 2
      modules/email.org

2
modules/email.org

@ -97,7 +97,7 @@ After syncing and indexing the mail is ready for Emacs. Download and install *mu
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package mu4e (use-package mu4e
:load-path "/usr/share/emacs/site-lisp/mu4e"
:load-path "~/.local/source/mu/mu4e/"
:custom (mu4e-maildir "~/.cache/mail") :custom (mu4e-maildir "~/.cache/mail")
(mu4e-update-interval (* 5 60)) (mu4e-update-interval (* 5 60))
(mu4e-get-mail-command "mbsync -a") (mu4e-get-mail-command "mbsync -a")

Loading…
Cancel
Save