muttrc: don't abort unmodified messages (-> send also empty messages)
This commit is contained in:
parent
06f1817852
commit
2934b30331
1 changed files with 5 additions and 1 deletions
|
@ -36,7 +36,6 @@ set send_charset="utf-8"
|
||||||
|
|
||||||
source ~/.mutt/theme
|
source ~/.mutt/theme
|
||||||
|
|
||||||
## HTML mails
|
|
||||||
# message list
|
# message list
|
||||||
set index_format = "%4C %Z %{%b %d %R} %-15.15L (%6l) %s"
|
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 "{" previous-thread
|
||||||
bind pager "}" next-thread
|
bind pager "}" next-thread
|
||||||
|
|
||||||
|
|
||||||
|
# custom headers
|
||||||
## Sidebar
|
## Sidebar
|
||||||
## Variables
|
## Variables
|
||||||
set sidebar_visible = yes
|
set sidebar_visible = yes
|
||||||
|
@ -95,6 +96,9 @@ set attach_keyword = "\\<(Anhang|angehängt|beigefügt|attach(|ed|ments?)?)\\>"
|
||||||
# New mail notification
|
# New mail notification
|
||||||
set new_mail_command="notify-send 'New Email in %f' '%n new messages, %u unread.' &"
|
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:
|
# Local Variables:
|
||||||
# mode: muttrc
|
# mode: muttrc
|
||||||
# End:
|
# End:
|
||||||
|
|
Loading…
Reference in a new issue