12 lines
305 B
Text
12 lines
305 B
Text
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=12E3D2136B818350
|
|
|
|
set sidebar_divider_char='│'
|
|
|
|
set abort_unmodified=no
|
|
|
|
# vim: syntax=neomuttrc
|