aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-20 17:09:23 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-20 17:09:23 +1200
commita984ffaff6f25cc06400578142c8b56e1170e652 (patch)
tree831a0a186372e99500f254e7d87be1d0b8934de5
parentSet recall in Mutt to stop nagging me about drafts (diff)
downloaddotfiles-a984ffaff6f25cc06400578142c8b56e1170e652.tar.gz
dotfiles-a984ffaff6f25cc06400578142c8b56e1170e652.zip
Make Mutt allow me to send unmodified messages
-rw-r--r--mutt/muttrc6
1 files changed, 6 insertions, 0 deletions
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.
#