From 3d5cc4e2151df2e96de611b6f0ddb31aee107086 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 1 Jan 2021 00:00:36 +0000 Subject: [PATCH] Stop mu4e from asking for confirmation on exit --- config.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.org b/config.org index 6a616a6..9dfbed6 100644 --- a/config.org +++ b/config.org @@ -1046,6 +1046,12 @@ with Mu4e. It would archive mail from /all/ accounts onto the wip.sh mail server. + The final general Mu4e thing is stopping it from prompting on exit: + + #+begin_src emacs-lisp + (setq mu4e-confirm-quit nil) + #+end_src + ** Fetching Use =offlineimap(1)= (also needs to be set up seperately) to sync the maildir with the remote server: