dotfiles

[ACTIVE] managed with chezmoi
git clone git://git.figbert.com/dotfiles.git
Log | Files | Refs

commit fc4e284c3a1558057db3df728911e5b7d1ab8ed8
parent b3e61eaed09b5c115d695e91c391778187e405b4
Author: FIGBERT <figbert@figbert.com>
Date:   Wed,  9 Jun 2021 20:53:36 -0700

Enable STARTTLS in aerc config

Diffstat:
Mdot_config/aerc/private_accounts.conf.tmpl | 24+++++++++++++-----------
1 file changed, 13 insertions(+), 11 deletions(-)

diff --git a/dot_config/aerc/private_accounts.conf.tmpl b/dot_config/aerc/private_accounts.conf.tmpl @@ -1,15 +1,17 @@ [Main] -source = {{ .aerc.main.source }} -outgoing = {{ .aerc.main.outgoing }} -default = INBOX -folders-sort = INBOX,Sent,Drafts,Trash,Junk -from = FIGBERT <figbert@figbert.com> -copy-to = Sent +source = {{ .aerc.main.source }} +outgoing = {{ .aerc.main.outgoing }} +default = INBOX +folders-sort = INBOX,Sent,Drafts,Trash,Junk +from = FIGBERT <figbert@figbert.com> +copy-to = Sent +smtp-starttls = yes [SMMR Software] -source = {{ .aerc.smmr.source }} -outgoing = {{ .aerc.smmr.outgoing }} -default = INBOX -from = SMMR Software <hello@smmr.software> -copy-to = Sent +source = {{ .aerc.smmr.source }} +outgoing = {{ .aerc.smmr.outgoing }} +default = INBOX +from = SMMR Software <hello@smmr.software> +copy-to = Sent +smtp-starttls = yes