Franziska Kunsmann
1c4ee6916f
change notify hook change attachment save location don't abort compose on unmodified message
14 lines
333 B
Text
14 lines
333 B
Text
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
|