From 599887f8dc26036e3d196c874c5a4dbe71975d28 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Tue, 22 Aug 2023 20:02:33 +0100 Subject: Initial commit --- .mbsyncrc | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .mbsyncrc (limited to '.mbsyncrc') diff --git a/.mbsyncrc b/.mbsyncrc new file mode 100644 index 0000000..d80da57 --- /dev/null +++ b/.mbsyncrc @@ -0,0 +1,46 @@ +IMAPStore gmail-remote +Host imap.gmail.com +AuthMechs LOGIN +User justinesmithies@gmail.com +PassCmd "pass Email/justinesmithies@gmail.com/app-password" +#TLSType IMAPS +SSLType IMAPS +SSLVersions TLSv1 + +MaildirStore gmail-local +Path ~/.mail/gmail/ +Inbox ~/.mail/gmail/INBOX +Subfolders Verbatim + +Channel gmail +Far :gmail-remote: +Near :gmail-local: +Expunge Both +Create Both +Remove Both +Patterns * !"[Gmail]/All Mail" !"[Gmail]/Important" !"[Gmail]/Starred" +SyncState * + +IMAPStore fastmail-remote +Host imap.fastmail.com +Port 993 +User justine@smithies.me.uk +PassCmd "pass Email/Smithies/app-password" +SSLType IMAPS +SSLVersions TLSv1.2 + + + +MaildirStore fastmail-local +Path ~/.mail/Fastmail/ +Inbox ~/.mail/Fastmail/Inbox/ +SubFolders Verbatim + +Channel fastmail +Far :fastmail-remote: +Near :fastmail-local: +Patterns * +Expunge Both +Create Both +Remove Both +SyncState * -- cgit v1.2.3