From bc6922ca13e3fa04d8b2dafd96d6ed2e4d306d0d Mon Sep 17 00:00:00 2001 From: mutantmonkey Date: Wed, 10 Jan 2018 05:49:09 +0000 Subject: [PATCH] Add mutt new mail command --- mutt/muttrc | 3 +++ 1 file(s) changed, 3 insertion(s)(+), 0 deletion(s)(-) diff --git a/mutt/muttrc b/mutt/muttrc --- a/mutt/muttrc +++ b/mutt/muttrc @@ -91,6 +91,9 @@ set beep = yes set beep_new = yes +# send notification on new mail +set new_mail_command = "notify-send --icon=mail-message-new 'New Mail' '%n new messages, %u unread.' &" + # Presentation {{{ # disable line wrap markers set markers = no -- tangled.sh