diff options
author | Ben Burwell <ben@benburwell.com> | 2020-03-03 18:05:15 -0500 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2020-03-03 18:05:15 -0500 |
commit | eb15703f2691ba8c3f58090f2c052591767c4e40 (patch) | |
tree | 058a0ce8e5505a82e05b6222c9ae86973ca1310c | |
parent | 12a288bd894a5d7777c13c0978456d8e79cea05f (diff) |
aerc: update accounts
-rw-r--r-- | templates/.config/aerc/accounts.conf | 44 |
1 files changed, 28 insertions, 16 deletions
diff --git a/templates/.config/aerc/accounts.conf b/templates/.config/aerc/accounts.conf index b1242b1..a60730f 100644 --- a/templates/.config/aerc/accounts.conf +++ b/templates/.config/aerc/accounts.conf @@ -1,22 +1,34 @@ # aerc config -[benburwell.com] -source = maildir://~/Mail/Fastmail -outgoing = smtps+plain://benburwell%40fastmail.com@smtp.fastmail.com:465 -default = INBOX -from = Ben Burwell <ben@benburwell.com> -copy-to = Sent -outgoing-cred-cmd = pass mail/benburwell@fastmail.com -archive = Archive +#[benburwell.com] +#source = maildir://~/Mail/Fastmail +#outgoing = smtps+plain://benburwell%40fastmail.com@smtp.fastmail.com:465 +#default = INBOX +#from = Ben Burwell <ben@benburwell.com> +#copy-to = Sent +#outgoing-cred-cmd = pass mail/benburwell@fastmail.com +#archive = Archive # [Notmuch] # source = notmuch://~/Mail # query-map = ~/.querymap -# [IMAP] -# source = imaps://benburwell%40fastmail.com@imap.fastmail.com -# source-cred-cmd = pass mail/benburwell@fastmail.com -# outgoing = smtps+plain://benburwell%40fastmail.com@smtp.fastmail.com -# outgoing-cred-cmd = pass mail/benburwell@fastmail.com -# default = INBOX -# from = Ben Burwell <ben@benburwell.com> -# copy-to = Sent +[Personal] +source = imaps://benburwell%40fastmail.com@imap.fastmail.com +source-cred-cmd = pass mail/benburwell@fastmail.com +outgoing = smtps+plain://benburwell%40fastmail.com@smtp.fastmail.com +outgoing-cred-cmd = pass mail/benburwell@fastmail.com +default = INBOX +from = Ben Burwell <ben@benburwell.com> +copy-to = Sent +archive = Archive + +[Syniti] +source = imaps://ben.burwell%40syniti.com@outlook.office365.com +source-cred-cmd = pass syniti/microsoft +outgoing = smtp+login://ben.burwell%40syniti.com@smtp.office365.com +smtp-starttls = yes +outgoing-cred-cmd = pass syniti/microsoft +default = INBOX +from = Ben Burwell <ben.burwell@syniti.com> +copy-to = Sent Items +archive = Archive |