diff options
author | Alan Pearce | 2018-12-21 12:15:55 +0100 |
---|---|---|
committer | Alan Pearce | 2018-12-21 12:15:55 +0100 |
commit | 722d7869229ac48d3f3542daa769ed669d080fd4 (patch) | |
tree | eaf3d45a56f40a0f76ccdad56a16b5dcfe981853 /emacs/.emacs.d | |
parent | 836d8e51603a7420086d65c79c746e4cdaee0291 (diff) | |
download | nixfiles-722d7869229ac48d3f3542daa769ed669d080fd4.tar.lz nixfiles-722d7869229ac48d3f3542daa769ed669d080fd4.tar.zst nixfiles-722d7869229ac48d3f3542daa769ed669d080fd4.zip |
Emacs: stop mu4e asking silly questions
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r-- | emacs/.emacs.d/main.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 6313a5d9..8caac062 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -1214,6 +1214,8 @@ With two prefix arguments, write out the day and month name." sendmail-program "msmtp" mu4e-get-mail-command "mbsync -a" + mu4e-context-policy 'pick-first + mu4e-confirm-quit nil mu4e-contexts (list |