From f3ae1cb9d9f43fff33cce05993d01a231eea65a1 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Mon, 17 Apr 2023 20:18:06 -0500 Subject: feat: use mbsync for fetching email --- .mbsyncrc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .mbsyncrc (limited to '.mbsyncrc') 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 -- cgit v1.2.3