diff --git a/.mutt/icon.png b/.mutt/icon.png new file mode 100644 index 0000000..9d83d3e Binary files /dev/null and b/.mutt/icon.png differ diff --git a/.neomuttrc b/.neomuttrc index a6ce413..928dc8f 100644 --- a/.neomuttrc +++ b/.neomuttrc @@ -1,10 +1,14 @@ source ~/.muttrc -set new_mail_command="notify-send 'neomutt: New Email' '%n new messages' &" +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