feat(mutt): externalize about me
This commit is contained in:
parent
bfdf74f14c
commit
94cb933710
1 changed files with 3 additions and 7 deletions
10
.muttrc
10
.muttrc
|
|
@ -1,11 +1,7 @@
|
|||
# External config sources
|
||||
source ${HOME}/.mutt/gpg.rc
|
||||
source ${HOME}/.mutt.secrets
|
||||
source ${HOME}/.mutt_aliases
|
||||
|
||||
# About Me
|
||||
set from = "ayo@ayco.io"
|
||||
set realname = "Ayo Ayco"
|
||||
source ${HOME}/.mutt/secrets.rc # smtp, imap, about
|
||||
source ${HOME}/.mutt/gpg.rc # cryptography
|
||||
source ${HOME}/.mutt/aliases # contacts
|
||||
|
||||
# Folders
|
||||
set spoolfile = "+INBOX"
|
||||
|
|
|
|||
Loading…
Reference in a new issue