Multiple accounts now working in mu4e. Adding some more spacemacs
layers. Misc spacemacs conf updates.
This commit is contained in:
parent
842492dd93
commit
97336db31d
5 changed files with 350 additions and 37 deletions
6
msmtprc
6
msmtprc
|
|
@ -2,7 +2,7 @@ defaults
|
|||
protocol smtp
|
||||
logfile "~/.msmtp.log"
|
||||
|
||||
account DustinswanGmail
|
||||
account Gmail
|
||||
host smtp.gmail.com
|
||||
port 587
|
||||
protocol smtp
|
||||
|
|
@ -13,7 +13,7 @@ auth on
|
|||
tls on
|
||||
tls_trust_file "/usr/local/etc/openssl/cert.pem"
|
||||
|
||||
account DswanIOCOM
|
||||
account IOCOM
|
||||
host secure.emailsrvr.com
|
||||
protocol smtp
|
||||
auth on
|
||||
|
|
@ -25,4 +25,4 @@ tls_trust_file "/usr/local/etc/openssl/cert.pem"
|
|||
user dswan@insors.com
|
||||
passwordeval "gpg --no-tty -q -d ~/.iocom-password.gpg"
|
||||
|
||||
account default : DustinswanGmail
|
||||
account default : Gmail
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue