kunsis-dotfiles/.neomuttrc
Franzi dc449cfd64
Update mutt config
* mailserver is now mx0.kunbox.net (ex42-1048908.dc1.fsn1.hetzner.srv.kunbox.net)
* show 25 characters of sender name in index (instead of 15)
* update gpg key id
2019-09-24 16:17:25 +02:00

13 lines
329 B
Plaintext

source ~/.muttrc
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=5FE37FF3C981A9146C3805324205EF53ECE0D2BC
set sidebar_divider_char='│'
set abort_unmodified=no
# vim: syntax=neomuttrc