update neomutt config
change notify hook change attachment save location don't abort compose on unmodified message
This commit is contained in:
parent
5eeb1fa17d
commit
1c4ee6916f
2 changed files with 5 additions and 1 deletions
BIN
.mutt/icon.png
Normal file
BIN
.mutt/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
|
@ -1,10 +1,14 @@
|
||||||
source ~/.muttrc
|
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_self_encrypt=yes
|
||||||
set pgp_default_key=12E3D2136B818350
|
set pgp_default_key=12E3D2136B818350
|
||||||
|
|
||||||
set sidebar_divider_char='│'
|
set sidebar_divider_char='│'
|
||||||
|
|
||||||
|
set abort_unmodified=no
|
||||||
|
|
||||||
|
set attach_save_dir=~/Downloads/
|
||||||
|
|
||||||
# vim: syntax=neomuttrc
|
# vim: syntax=neomuttrc
|
||||||
|
|
Loading…
Reference in a new issue