home-config/aerc/accounts.conf
a960b899d6b286bea9c36e130b33f551d50f27aa
· 379 B · 10 lines
raw
| 1 | [Personal] |
| 2 | source = imaps://ryan%40rschanz.org@mail.rschanz.org:993 |
| 3 | source-cred-cmd = sh -c "cat ~/Documents/eml.pw" |
| 4 | outgoing = smtps://ryan%40rschanz.org@mail.rschanz.org:465 |
| 5 | outgoing-cred-cmd = sh -c "cat ~/Documents/eml.pw" |
| 6 | default = INBOX |
| 7 | from = Ryan Schanzenbacher <ryan@rschanz.org> |
| 8 | copy-to = Sent |
| 9 | signature-file = ~/.config/aerc/signature_personal |
| 10 | check-mail = 5m |