aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-20 17:09:38 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-20 17:09:38 +1200
commit94b34d96df61f4db46e527d71ff1739a945caa0d (patch)
tree334dc4138182eb59372b7ce0039b9ccde53c5c87
parentMerge branch 'release/v9.5.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-94b34d96df61f4db46e527d71ff1739a945caa0d.tar.gz
dotfiles-94b34d96df61f4db46e527d71ff1739a945caa0d.zip
Merge branch 'release/v9.6.0'v9.6.0
* release/v9.6.0: Make Mutt allow me to send unmodified messages Set recall in Mutt to stop nagging me about drafts Put Mutt "quit" back
-rw-r--r--VERSION4
-rw-r--r--mutt/muttrc16
2 files changed, 18 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
diff --git a/mutt/muttrc b/mutt/muttrc
index da13f3f8..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.
#
@@ -80,12 +86,22 @@ 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
#
set quote_regexp = '^(>[ \t]*)+'
+# Don't offer to resume a postponed message when I hit <mail>; I'll use
+# <recall-message> for that.
+#
+set recall = no
+
# Don't delay on switching or altering mailboxes so that I see the messages;
# just do it straight away.
#