From 9fff448654308b1e1b3d1129c0255544f56c25cc Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 5 Oct 2022 16:33:10 +0100 Subject: initial --- mbsyncrc | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 mbsyncrc (limited to 'mbsyncrc') diff --git a/mbsyncrc b/mbsyncrc new file mode 100644 index 0000000..07b2508 --- /dev/null +++ b/mbsyncrc @@ -0,0 +1,54 @@ +SyncState * +Sync Pull All Push All + +IMAPAccount mrlemon@mailforce.net +Host imap.fastmail.com +Port 993 +User mrlemon@mailforce.net +PassCmd "echo $(pass AppPasswords/mbsync_fastmail_may2022)" +SSLType IMAPS + +IMAPStore fastmail-remote +Account mrlemon@mailforce.net +UseNamespace yes + +MaildirStore fastmail-local +SubFolders Verbatim +Inbox ~/Mail/fastmail/INBOX +Path ~/Mail/fastmail/ +Flatten . + +Channel fastmailchannel +Far :fastmail-remote: +Near :fastmail-local: +Patterns * +Create Both +Expunge Both +SyncState * + +IMAPAccount matthewlemon@protonmail.com +Host 127.0.0.1 +Port 1143 +#User matt@matthewlemon.com +User matthewlemon@protonmail.com +PassCmd "echo $(pass AppPasswords/hydroxide)" +SSLType None +#AuthMechs LOGIN + +IMAPStore matthewlemonproton-remote +Account matthewlemon@protonmail.com +UseNamespace yes + +MaildirStore matthewlemonproton-local +SubFolders Verbatim +Inbox ~/Mail/matthewlemonproton/INBOX +Path ~/Mail/matthewlemonproton/ +Flatten . + +Channel matthewlemonproton +Far :matthewlemonproton-remote: +Near :matthewlemonproton-local: +Patterns * !"All Mail"* +Create Both +Expunge Both +SyncState * -- cgit v1.2.3