From b340d84eb35f5f3ad3073defdbf493884825e820 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Wed, 3 Jul 2019 12:13:28 +0200 Subject: [PATCH] update neomutt config change notify hook revert 'change attachment save location' --- .neomuttrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.neomuttrc b/.neomuttrc index 928dc8f..8cee37f 100644 --- a/.neomuttrc +++ b/.neomuttrc @@ -1,6 +1,6 @@ source ~/.muttrc -set new_mail_command="notify-send --app-name=NeoMutt --icon=~/.mutt/icon.png 'New Mail' '%b unread mailboxes, %n new messages in %f' &" +set new_mail_command="notify-send --app-name=NeoMutt --icon=~/.mutt/icon.png 'New Mail' '%n new messages in %f, %b other unread mailboxes' &" set pgp_self_encrypt=yes set pgp_default_key=12E3D2136B818350 @@ -9,6 +9,4 @@ set sidebar_divider_char='│' set abort_unmodified=no -set attach_save_dir=~/Downloads/ - # vim: syntax=neomuttrc