aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-20 17:04:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-20 17:04:52 +1200
commit93831c4e42bc5b7e945a632ce4c1b4fc637b6f0f (patch)
treebe3fcd641fe3ca48059f65dc6505890172a50b31
parentMerge branch 'release/v9.5.0' into develop (diff)
downloaddotfiles-93831c4e42bc5b7e945a632ce4c1b4fc637b6f0f.tar.gz
dotfiles-93831c4e42bc5b7e945a632ce4c1b4fc637b6f0f.zip
Put Mutt "quit" back
-rw-r--r--mutt/muttrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/mutt/muttrc b/mutt/muttrc
index da13f3f8..7aea3195 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -80,6 +80,11 @@ set pager_stop
#
set query_command = 'abook --mutt-query %s'
+# Check with me whether I really want to quit, just in case I've hit "q" too
+# many times trying to get out of e.g. the aliases menu.
+#
+set quit = ask-yes
+
# I prefer a slightly stricter pattern to match what is and isn't a quote; this
# avoids flagging things like closing braces on new lines in code blocks as
# quotes