update neomutt config

change notify hook
revert 'change attachment save location'
This commit is contained in:
Franzi 2019-07-03 12:13:28 +02:00
parent 66beb41f0a
commit b340d84eb3
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -1,6 +1,6 @@
source ~/.muttrc 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_self_encrypt=yes
set pgp_default_key=12E3D2136B818350 set pgp_default_key=12E3D2136B818350
@ -9,6 +9,4 @@ set sidebar_divider_char='│'
set abort_unmodified=no set abort_unmodified=no
set attach_save_dir=~/Downloads/
# vim: syntax=neomuttrc # vim: syntax=neomuttrc