docs(mu4e): enable automatic email fetching

This commit is contained in:
Anh T Nguyen 2022-01-15 10:32:59 +07:00 committed by Henrik Lissner
parent 4bdcf48a0b
commit 8fa1f4bb6b

View file

@ -266,6 +266,14 @@ If you don't like this use:
(package! mu4e-alert :disable t)
#+end_src
** Enabling automatic email fetching
By default, periodic email update is *disabled*. To enable periodic
mail retrieval/indexing, change the value of ~mu4e-update-interval~:
#+begin_src emacs-lisp
(setq mu4e-update-interval 60)
#+end_src
* Troubleshooting
[[doom-report:][Report an issue?]]