feat(mutt): organize external sources
This commit is contained in:
parent
adf8fe7a9c
commit
1a665b2146
1 changed files with 5 additions and 9 deletions
14
.muttrc
14
.muttrc
|
|
@ -1,6 +1,3 @@
|
||||||
# Load secrets
|
|
||||||
source ${HOME}/.mutt.secrets
|
|
||||||
|
|
||||||
# About Me
|
# About Me
|
||||||
set from = "ayo@ayco.io"
|
set from = "ayo@ayco.io"
|
||||||
set realname = "Ayo Ayco"
|
set realname = "Ayo Ayco"
|
||||||
|
|
@ -27,9 +24,6 @@ set imap_keepalive = 900
|
||||||
set sort = threads
|
set sort = threads
|
||||||
set editor = "vim"
|
set editor = "vim"
|
||||||
|
|
||||||
# GnuPG bootstrap
|
|
||||||
source ~/.mutt/gpg.rc
|
|
||||||
|
|
||||||
# PGP
|
# PGP
|
||||||
set pgp_autosign
|
set pgp_autosign
|
||||||
set pgp_verify_sig=yes
|
set pgp_verify_sig=yes
|
||||||
|
|
@ -66,8 +60,10 @@ macro index,pager \\u "<enter-command>set pipe_decode = yes<enter><pipe-message>
|
||||||
# load html emails with links2 (config in ~/.mailcap)
|
# load html emails with links2 (config in ~/.mailcap)
|
||||||
auto_view text/html
|
auto_view text/html
|
||||||
|
|
||||||
# Aliases
|
|
||||||
source ~/.mutt_aliases
|
|
||||||
|
|
||||||
# vim settings
|
# vim settings
|
||||||
set editor='vim + -c "set textwidth=72" -c "set wrap" -c "set spell spelllang=en"'
|
set editor='vim + -c "set textwidth=72" -c "set wrap" -c "set spell spelllang=en"'
|
||||||
|
|
||||||
|
# External config sources
|
||||||
|
source ~/.mutt/gpg.rc
|
||||||
|
source ${HOME}/.mutt.secrets
|
||||||
|
source ~/.mutt_aliases
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue