mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
docs(mu4e): enable automatic email fetching
This commit is contained in:
committed by
Henrik Lissner
parent
4bdcf48a0b
commit
8fa1f4bb6b
@ -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?]]
|
||||
|
||||
|
Reference in New Issue
Block a user