aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-18 12:01:49 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-18 12:01:49 +1200
commit76ec29a0aa244de0b9bb0a864409b61e0dc38231 (patch)
treeb5fdedc0bff659fa798991dd8f882e30a4ebde41
parentShow text/enriched mail in Mutt for completeness (diff)
downloaddotfiles-76ec29a0aa244de0b9bb0a864409b61e0dc38231.tar.gz
dotfiles-76ec29a0aa244de0b9bb0a864409b61e0dc38231.zip
Correct attachment hints in Mutt
-rw-r--r--mutt/muttrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/mutt/muttrc b/mutt/muttrc
index e748b8b6..dd2daeaa 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -9,10 +9,11 @@ auto_view text/html
# isn't an attachment, prompt me to make sure I haven't forgotten it.
# I normally don't like this sort of nagging, but I'm making an exception in
# this case, as I really do trip up on this a lot. The default pattern of just
-# 'attach' is a bit too aggressive, so I write a slightly softer one.
+# 'attach' is a bit too aggressive, so I write a slightly softer one that
+# reflects the usual way I refer to attachments.
#
set abort_noattach = ask-no
-set abort_noattach_regexp = "attached is|find attached|i've attached"
+set abort_noattach_regexp = "attached is|(find|i've|see) attached"
# 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.