From 2934b3033145f2fc9c4b245ac4f8f3938cf6fe79 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Thu, 10 Aug 2017 09:32:01 +0200 Subject: [PATCH] muttrc: don't abort unmodified messages (-> send also empty messages) --- mutt/muttrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mutt/muttrc b/mutt/muttrc index d525431..1315557 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -36,7 +36,6 @@ set send_charset="utf-8" source ~/.mutt/theme -## HTML mails # message list set index_format = "%4C %Z %{%b %d %R} %-15.15L (%6l) %s" @@ -58,6 +57,8 @@ bind index "G" sync-mailbox bind pager "{" previous-thread bind pager "}" next-thread + +# custom headers ## Sidebar ## Variables set sidebar_visible = yes @@ -95,6 +96,9 @@ set attach_keyword = "\\<(Anhang|angehängt|beigefügt|attach(|ed|ments?)?)\\>" # New mail notification set new_mail_command="notify-send 'New Email in %f' '%n new messages, %u unread.' &" +# compatibility with some use cases +set abort_unmodified = no + # Local Variables: # mode: muttrc # End: