diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-04-17 20:18:06 -0500 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-04-17 20:18:06 -0500 |
| commit | f3ae1cb9d9f43fff33cce05993d01a231eea65a1 (patch) | |
| tree | c70fd8b3da770e71d2f1fb994eb06e953a56aaa1 /.mbsyncrc | |
| parent | 3b9996aabe0664a87604ae7374dd0f10117f5496 (diff) | |
feat: use mbsync for fetching email
Diffstat (limited to '.mbsyncrc')
| -rw-r--r-- | .mbsyncrc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.mbsyncrc b/.mbsyncrc new file mode 100644 index 0000000..6fd7b42 --- /dev/null +++ b/.mbsyncrc @@ -0,0 +1,21 @@ +IMAPAccount migadu +Host imap.migadu.com +SSLType IMAPS +User sam@samnystrom.dev +PassCmd "hiq -d -F password proto=imap user=sam@samnystrom.dev" + +IMAPStore migadu +Account migadu + +MaildirStore local +Path ~/mail/ +Inbox ~/mail/INBOX +SubFolders Verbatim + +Channel primary +Far :migadu: +Near :local: +Patterns INBOX * +Create Both +Remove Both +Expunge Both |
