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
|
# External config sources
|
||||||
source ${HOME}/.mutt/gpg.rc
|
source ${HOME}/.mutt/secrets.rc # smtp, imap, about
|
||||||
source ${HOME}/.mutt.secrets
|
source ${HOME}/.mutt/gpg.rc # cryptography
|
||||||
source ${HOME}/.mutt_aliases
|
source ${HOME}/.mutt/aliases # contacts
|
||||||
|
|
||||||
# About Me
|
|
||||||
set from = "ayo@ayco.io"
|
|
||||||
set realname = "Ayo Ayco"
|
|
||||||
|
|
||||||
# Folders
|
# Folders
|
||||||
set spoolfile = "+INBOX"
|
set spoolfile = "+INBOX"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue