dotfiles/.neomuttrc
Franzi 1c4ee6916f
update neomutt config
change notify hook
change attachment save location
don't abort compose on unmodified message
2019-07-03 11:33:29 +02:00

15 lines
333 B
Plaintext

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 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