From 93831c4e42bc5b7e945a632ce4c1b4fc637b6f0f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 20 May 2020 17:04:52 +1200 Subject: Put Mutt "quit" back --- mutt/muttrc | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3 From e770492203188bc9670765333a9d148e12800b82 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 20 May 2020 17:06:14 +1200 Subject: Set recall in Mutt to stop nagging me about drafts --- mutt/muttrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mutt/muttrc b/mutt/muttrc index 7aea3195..c235fdf5 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -91,6 +91,11 @@ set quit = ask-yes # set quote_regexp = '^(>[ \t]*)+' +# Don't offer to resume a postponed message when I hit ; I'll use +# for that. +# +set recall = no + # Don't delay on switching or altering mailboxes so that I see the messages; # just do it straight away. # -- cgit v1.2.3 From a984ffaff6f25cc06400578142c8b56e1170e652 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 20 May 2020 17:09:23 +1200 Subject: Make Mutt allow me to send unmodified messages --- mutt/muttrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mutt/muttrc b/mutt/muttrc index c235fdf5..f20ddcee 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -15,6 +15,12 @@ auto_view text/html set abort_noattach = ask-no set abort_noattach_regexp = "attached is|(find|i've|see) attached" +# Don't assume I don't want to continue editing a message if I didn't change +# anything to it; if I want to send a message with just my signature, that's my +# right +# +unset abort_unmodified + # Don't send terminal bells on errors, but do send them when new mail arrives, # because that should light up my tmux window label and/or urxvt window. # -- cgit v1.2.3 From c9db0ffc101865583ee1b26e229dda4ad0754c42 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 20 May 2020 17:09:36 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 8749314c..d4d34b02 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -tejr dotfiles v9.5.0 -Tue, 19 May 2020 22:57:44 +0000 +tejr dotfiles v9.6.0 +Wed, 20 May 2020 05:09:36 +0000 -- cgit v1.2.3