diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-08-24 01:47:36 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-08-24 01:47:36 -0400 |
| commit | 6c4fc5e429f362c0c5544d34f17285c4cfc16ba8 (patch) | |
| tree | 47177652c89aeafe7dde2396277c76e1c464eec1 /home-config/aerc/accounts.conf | |
| parent | 72d1c1aae5c6ef87a88e81111a74d7b041c57a22 (diff) | |
remove old filesand bump nix-files
Diffstat (limited to 'home-config/aerc/accounts.conf')
| -rw-r--r-- | home-config/aerc/accounts.conf | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/home-config/aerc/accounts.conf b/home-config/aerc/accounts.conf deleted file mode 100644 index fd3a4dd..0000000 --- a/home-config/aerc/accounts.conf +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | [Personal] | ||
| 2 | source = jmap://ryan%40rschanz.org@mail.rschanz.org/jmap/session | ||
| 3 | source-cred-cmd = pass emails/personal 2>/dev/null | tr -d '\n' | ||
| 4 | outgoing = jmap:// | ||
| 5 | default = Inbox | ||
| 6 | from = Ryan Schanzenbacher <ryan@rschanz.org> | ||
| 7 | copy-to = Sent | ||
| 8 | signature-file = ~/.config/aerc/signature_personal | ||
| 9 | #check-mail = 5m | ||
| 10 | aliases = Ryan S <ryan+ritlugdemo@rschanz.org>, Ryan Schanzenbacher <ryan+guixdevel@rschanz.org> | ||
| 11 | pgp-self-encrypt = true | ||
| 12 | |||
| 13 | [School] | ||
| 14 | 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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 | ||
| 15 | source-cred-cmd = pass emails/rit_personal 2>/dev/null | tr -d '\n' | ||
| 16 | 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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 | ||
| 17 | outgoing-cred-cmd = pass emails/rit_personal 2>/dev/null | tr -d '\n' | ||
| 18 | from = Ryan Schanzenbacher <rjs1877@rit.edu> | ||
| 19 | signature-file = ~/.config/aerc/signature_rit_personal | ||
| 20 | check-mail = 5m | ||
| 21 | default = INBOX | ||
| 22 | copy-to = [Gmail]/Sent Mail | ||
| 23 | pgp-self-encrypt = true | ||
