From f4fd84b05d197f4b42a256667266339edbd61c14 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 8 Sep 2016 15:40:32 +1200 Subject: Add abort-unmodified=no to .muttrc I need this for a hook to add a BCC to outgoing PGP to work --- mutt/muttrc.m4 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mutt/muttrc.m4 b/mutt/muttrc.m4 index 6211fb85..fd425e5e 100644 --- a/mutt/muttrc.m4 +++ b/mutt/muttrc.m4 @@ -70,9 +70,10 @@ set edit_headers = yes set index_format = '%4C %Z %{%b %d %Y} %-15.15L (%?l?%4l&%4c?) %s' # Interaction -set confirmappend = no -set wait_key = no -set quit = ask-yes +set abort_unmodified = no +set confirmappend = no +set wait_key = no +set quit = ask-yes # Intervals set mail_check = 5 -- cgit v1.2.3