Clean up neomutt config

This commit is contained in:
lhark 2019-08-17 16:49:29 -04:00
parent abbadadb09
commit 735d1ffffc
4 changed files with 2 additions and 5 deletions

View file

@ -8,7 +8,7 @@ source 'account.rc'
set crypt_autosign
set crypt_opportunistic_encrypt
set pgp_default_key = 7F45D6BB6FEA857F9EA371D4FAB91C843694BBB8
set pgp_default_key = D1D400EBE283A278E72A6ED40FDA27891A60E157
color status blue default

View file

@ -8,4 +8,3 @@ macro index,pager gs "<shell-escape>mbsync $my_account<enter>" "IMAP sync accoun
macro index,pager gi "<shell-escape>mbsync $my_account:Inbox<enter>" "IMAP sync Inbox"
# vim: syntax=neomuttrc

View file

@ -10,6 +10,6 @@ set crypt_opportunistic_encrypt
set pgp_self_encrypt
set smime_self_encrypt
unset pgp_sign_as
unset pgp_sign_as # Should be set by the accounts
# vim: syntax=neomuttrc

View file

@ -51,8 +51,6 @@ bind pager R group-reply
bind pager gh display-toggle-weed
bind pager ge extract-keys
bind pager R group-reply
##########
# ATTACH #
##########