diff options
author | Alan Pearce | 2019-08-28 15:40:14 +0200 |
---|---|---|
committer | Alan Pearce | 2019-08-28 15:40:14 +0200 |
commit | 4036c3ba9fdfdef16d4e53a28af98cd53f8c1234 (patch) | |
tree | bcac01bae052ce5b51c26eee0303fd4152d2f828 | |
parent | 77983c2ec7fb3dfa0328eb62fe098dfc5a289ceb (diff) | |
download | dotfiles-4036c3ba9fdfdef16d4e53a28af98cd53f8c1234.tar.lz dotfiles-4036c3ba9fdfdef16d4e53a28af98cd53f8c1234.tar.zst dotfiles-4036c3ba9fdfdef16d4e53a28af98cd53f8c1234.zip |
Emacs: pick first mu4e context
-rw-r--r-- | emacs/.emacs.d/main.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 2553a40..c20427f 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -681,6 +681,7 @@ With two prefix arguments, write out the day and month name." :init (setq mail-user-agent #'mu4e-user-agent) :custom ((mu4e-completing-read-function #'ivy-completing-read) (mu4e-maildir "~/mail") + (mu4e-context-policy 'pick-first) (mu4e-update-interval 600) (mu4e-change-filenames-when-moving t) (mu4e-index-lazy-check t) |