kunsis-dotfiles/.neomuttrc

15 lines
333 B
Plaintext
Raw Normal View History

2018-08-24 09:30:19 +00:00
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' &"
2018-08-24 09:30:19 +00:00
set pgp_self_encrypt=yes
2019-03-23 15:10:15 +00:00
set pgp_default_key=12E3D2136B818350
2018-08-24 09:30:19 +00:00
set sidebar_divider_char='│'
set abort_unmodified=no
set attach_save_dir=~/Downloads/
2018-08-24 09:30:19 +00:00
# vim: syntax=neomuttrc