diff options
author | Justine Smithies <justine@smithies.me.uk> | 2023-08-22 20:02:33 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2023-08-22 20:02:33 +0100 |
commit | 599887f8dc26036e3d196c874c5a4dbe71975d28 (patch) | |
tree | 9d2ed78a568bef94fa4de2296039dd11bbc01803 /.mbsyncrc | |
parent | 025344dab1442ddc0b85489306be8617b49b685c (diff) |
Initial commit
Diffstat (limited to '.mbsyncrc')
-rw-r--r-- | .mbsyncrc | 46 |
1 files changed, 46 insertions, 0 deletions
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 * |