commit b3e61eaed09b5c115d695e91c391778187e405b4 parent dbf69372dbc6a50e51a79d5b850fd9b8902ad916 Author: FIGBERT <figbert@figbert.com> Date: Wed, 9 Jun 2021 19:01:34 -0700 Update aerc accounts.conf Diffstat:
M | dot_config/aerc/private_accounts.conf.tmpl | | | 14 | +++++++++++--- |
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/dot_config/aerc/private_accounts.conf.tmpl b/dot_config/aerc/private_accounts.conf.tmpl @@ -1,7 +1,15 @@ [Main] -source = {{ .aerc.source }} -outgoing = {{ .aerc.outgoing }} +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 + +[SMMR Software] +source = {{ .aerc.smmr.source }} +outgoing = {{ .aerc.smmr.outgoing }} default = INBOX -from = FIGBERT <figbert@figbert.com> +from = SMMR Software <hello@smmr.software> copy-to = Sent