diff options
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 |
