update mutt config, add dracula theme
This commit is contained in:
parent
7e95c4c4d8
commit
e5e4b64ffe
4 changed files with 7 additions and 1 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule ".mutt/dracula-theme"]
|
||||||
|
path = .mutt/dracula-theme
|
||||||
|
url = https://github.com/dracula/mutt/
|
1
.mutt/dracula-theme
Submodule
1
.mutt/dracula-theme
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 6a521416618ffb677157f56e61a7bc3d7cef4d03
|
2
.muttrc
2
.muttrc
|
@ -75,4 +75,6 @@ bind editor <Tab> complete-query
|
||||||
bind editor ^T complete
|
bind editor ^T complete
|
||||||
bind index,pager S sidebar-toggle-visible
|
bind index,pager S sidebar-toggle-visible
|
||||||
|
|
||||||
|
source ~/.mutt/dracula-theme/dracula.muttrc
|
||||||
|
|
||||||
# vim: syntax=muttrc
|
# vim: syntax=muttrc
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
source ~/.muttrc
|
source ~/.muttrc
|
||||||
|
|
||||||
set new_mail_command="notify-send --icon='/home/santiago/Pictures/neomutt.png' 'New Email' '%n new messages, %u unread.' &"
|
set new_mail_command="notify-send 'neomutt: New Email' '%n new messages' &"
|
||||||
|
|
||||||
set pgp_self_encrypt=yes
|
set pgp_self_encrypt=yes
|
||||||
set pgp_default_key=12E3D2136B818350
|
set pgp_default_key=12E3D2136B818350
|
||||||
|
|
Loading…
Reference in a new issue