aboutsummaryrefslogtreecommitdiff
path: root/mutt/muttrc
diff options
context:
space:
mode:
Diffstat (limited to 'mutt/muttrc')
-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.