From 95d1c36dbd84674248a0ed911b563187a1edbcd8 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Thu, 24 Aug 2023 14:27:48 -0400 Subject: [PATCH] forgot to expand creds to smtp section --- home-config/aerc/accounts.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-config/aerc/accounts.conf b/home-config/aerc/accounts.conf index ff06cee..b38b3f8 100644 --- a/home-config/aerc/accounts.conf +++ b/home-config/aerc/accounts.conf @@ -12,7 +12,7 @@ check-mail = 5m [School] source = imaps+oauthbearer://rjs1877%40rit.edu@imap.gmail.com:993?token_endpoint=https%3A%2F%2Faccounts.google.com%2Fo%2Foauth2%2Ftoken&client_id=667738788924-0rdfvaq9ijfo1vk4474eb3quf8206h2t.apps.googleusercontent.com&client_secret=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 source-cred-cmd = cat ~/Documents/email_creds/rit_personal.pw -outgoing = smtps+oauthbearer://rjs1877%40rit.edu@imap.gmail.com:465?token_endpoint=https%3A%2F%2Faccounts.google.com%2Fo%2Foauth2%2Ftoken +outgoing = smtps+oauthbearer://rjs1877%40rit.edu@imap.gmail.com:465?token_endpoint=https%3A%2F%2Faccounts.google.com%2Fo%2Foauth2%2Ftoken&client_id=667738788924-0rdfvaq9ijfo1vk4474eb3quf8206h2t.apps.googleusercontent.com&client_secret=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 outgoing-cred-cmd = cat ~/Documents/email_creds/rit_personal.pw from = Ryan Schanzenbacher signature-file = ~/.config/aerc/signature_rit_personal