diff options
Diffstat (limited to 'home-config/aerc/accounts.conf')
-rw-r--r-- | home-config/aerc/accounts.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-config/aerc/accounts.conf b/home-config/aerc/accounts.conf index b38b3f8..6c1db87 100644 --- a/home-config/aerc/accounts.conf +++ b/home-config/aerc/accounts.conf | |||
@@ -2,7 +2,7 @@ | |||
2 | source = imaps://ryan%40rschanz.org@mail.rschanz.org:993 | 2 | source = imaps://ryan%40rschanz.org@mail.rschanz.org:993 |
3 | source-cred-cmd = cat ~/Documents/email_creds/personal.pw | 3 | source-cred-cmd = cat ~/Documents/email_creds/personal.pw |
4 | outgoing = smtps://ryan%40rschanz.org@mail.rschanz.org:465 | 4 | outgoing = smtps://ryan%40rschanz.org@mail.rschanz.org:465 |
5 | outgoing-cred-cmd = sh -c "cat ~/Documents/eml.pw" | 5 | outgoing-cred-cmd = cat ~/Documents/email_creds/personal.pw |
6 | default = INBOX | 6 | default = INBOX |
7 | from = Ryan Schanzenbacher <ryan@rschanz.org> | 7 | from = Ryan Schanzenbacher <ryan@rschanz.org> |
8 | copy-to = Sent | 8 | copy-to = Sent |