muttrc improvements
This commit is contained in:
parent
a6cff1c141
commit
0e5ea35260
1 changed files with 8 additions and 1 deletions
|
@ -2,7 +2,7 @@ set header_cache = "~/.cache/mutt"
|
||||||
set imap_check_subscribed
|
set imap_check_subscribed
|
||||||
set imap_keepalive = 300
|
set imap_keepalive = 300
|
||||||
unset imap_passive
|
unset imap_passive
|
||||||
set mail_check = 60
|
set mail_check = 30
|
||||||
set mbox_type=Maildir
|
set mbox_type=Maildir
|
||||||
set sort = threads
|
set sort = threads
|
||||||
set sort_aux=last-date-received
|
set sort_aux=last-date-received
|
||||||
|
@ -79,6 +79,13 @@ color sidebar_flagged red black
|
||||||
color sidebar_new green black
|
color sidebar_new green black
|
||||||
color sidebar_ordinary color2 default
|
color sidebar_ordinary color2 default
|
||||||
|
|
||||||
|
# Attachment support
|
||||||
|
set abort_noattach = ask-yes
|
||||||
|
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.' &"
|
||||||
|
|
||||||
# Local Variables:
|
# Local Variables:
|
||||||
# mode: muttrc
|
# mode: muttrc
|
||||||
# End:
|
# End:
|
||||||
|
|
Loading…
Reference in a new issue