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: