From 0e5ea35260357b36f0cf833e270e9d44bb4b0554 Mon Sep 17 00:00:00 2001 From: "Marcel Kapfer (mmk2410)" Date: Fri, 31 Mar 2017 18:48:42 +0200 Subject: [PATCH] muttrc improvements --- mutt/muttrc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/mutt/muttrc b/mutt/muttrc index 2b37e41..3a158c6 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -2,7 +2,7 @@ set header_cache = "~/.cache/mutt" set imap_check_subscribed set imap_keepalive = 300 unset imap_passive -set mail_check = 60 +set mail_check = 30 set mbox_type=Maildir set sort = threads set sort_aux=last-date-received @@ -79,6 +79,13 @@ color sidebar_flagged red black color sidebar_new green black 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: # mode: muttrc # End: