diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-04-16 20:20:22 -0500 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-04-16 20:20:22 -0500 |
| commit | 099808143c635746c9efe833ad411c45a7ecae44 (patch) | |
| tree | 8492a944e1607f4c32c67a0bc08c15614f692837 /.config/aerc/accounts.conf | |
| parent | cf0972fe4b73a55f9e8c19d5565fa21470862cd9 (diff) | |
feat: add aerc
Diffstat (limited to '.config/aerc/accounts.conf')
| -rw-r--r-- | .config/aerc/accounts.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/aerc/accounts.conf b/.config/aerc/accounts.conf new file mode 100644 index 0000000..c7d4e1c --- /dev/null +++ b/.config/aerc/accounts.conf @@ -0,0 +1,8 @@ +[default] +source = imaps://sam%40samnystrom.dev@imap.migadu.com:993 +outgoing = smtps+plain://sam%40samnystrom.dev@smtp.migadu.com:465 +outgoing-cred-cmd = hiq -d -F password proto=smtp user=sam@samnystrom.dev +source-cred-cmd = hiq -d -F password proto=imap user=sam@samnystrom.dev +from = Sam Nystrom <sam@samnystrom.dev> +default = INBOX +copy-to = Sent |
