update neomutt config

change notify hook
change attachment save location
don't abort compose on unmodified message
This commit is contained in:
Franzi 2019-07-03 11:33:29 +02:00
parent 5eeb1fa17d
commit 1c4ee6916f
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
2 changed files with 5 additions and 1 deletions

BIN
.mutt/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -1,10 +1,14 @@
source ~/.muttrc
set new_mail_command="notify-send 'neomutt: New Email' '%n new messages' &"
set new_mail_command="notify-send --app-name=NeoMutt --icon=~/.mutt/icon.png 'New Mail' '%b unread mailboxes, %n new messages in %f' &"
set pgp_self_encrypt=yes
set pgp_default_key=12E3D2136B818350
set sidebar_divider_char='│'
set abort_unmodified=no
set attach_save_dir=~/Downloads/
# vim: syntax=neomuttrc