mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-21 19:18:41 +00:00
[emacs] Don't use lazy mail checking
This commit is contained in:
parent
343a02f44f
commit
f869fac368
1 changed files with 1 additions and 0 deletions
|
@ -1140,6 +1140,7 @@ Configure MU4E to read email synced from my personal and work accounts.
|
|||
(setq mu4e-context-policy 'pick-first)
|
||||
(setq mu4e-compose-context-policy 'ask)
|
||||
(setq mu4e-compose-dont-reply-to-self t)
|
||||
(setq mu4e-index-lazy-check nil)
|
||||
(setq mu4e-user-mail-address-list '("correlr@aweber.com"
|
||||
"correl@gmail.com")))
|
||||
#+end_src
|
||||
|
|
Loading…
Reference in a new issue