From c7ebc1d48856f398b1040546ef06dce1d8f2282f Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sun, 15 Dec 2019 15:52:05 -0500 Subject: aerc: adopt --- templates/.config/aerc/accounts.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 templates/.config/aerc/accounts.conf (limited to 'templates/.config/aerc/accounts.conf') diff --git a/templates/.config/aerc/accounts.conf b/templates/.config/aerc/accounts.conf new file mode 100644 index 0000000..b1242b1 --- /dev/null +++ b/templates/.config/aerc/accounts.conf @@ -0,0 +1,22 @@ +# aerc config +[benburwell.com] +source = maildir://~/Mail/Fastmail +outgoing = smtps+plain://benburwell%40fastmail.com@smtp.fastmail.com:465 +default = INBOX +from = Ben Burwell +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 +# copy-to = Sent -- cgit v1.2.3