# HG changeset patch # User Steve Losh # Date 1710780596 14400 # Node ID 3a03464b69147688c4f93816bff7ac88ddf6fc06 # Parent 9a59125631d0b621348f7e3a0cd13385555a7a59 More diff -r 9a59125631d0 -r 3a03464b6914 .mbsyncrc --- a/.mbsyncrc Mon Mar 18 12:39:15 2024 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,81 +0,0 @@ -# tweaked https://raw.githubusercontent.com/bm4cs/dots/Far/.mbsyncrc - -IMAPAccount fastmail -Host imap.fastmail.com -Port 993 -User steve@stevelosh.com -PassCmd "pass show mutt/ouroboros/steve@stevelosh.com | head -n 1" -SSLType IMAPS -SSLVersion TLSv1.2 -CertificateFile /etc/ssl/certs/ca-certificates.crt - -# Remote -IMAPStore mail-remote -Account fastmail - -# Local -MaildirStore mail-local -Subfolders Verbatim -Path ~/.mail2/sjl/ -Inbox ~/.mail2/sjl/INBOX - -# CONNECTIONS SPECIFY LINKS BETWEEN REMOTE AND LOCAL FOLDERS -# CONNECTIONS ARE SPECIFIED USING PATTERNS, WHICH MATCH REMOTE MAIl -# FOLDERS. SOME COMMONLY USED PATTERS INCLUDE: -# -# 1 "*" TO MATCH EVERYTHING -# 2 "!DIR" TO EXCLUDE "DIR" -# 3 "DIR" TO MATCH DIR - -Channel mail-inbox -Far :mail-remote: -Near :mail-local: -Patterns INBOX -Create Near -Sync All -Expunge Both -SyncState * - -Channel mail-sent -Far :mail-remote: -Near :mail-local: -Patterns "Sent" -Create Both -Sync All -Expunge Both -SyncState * - -Channel mail-spam -Far :mail-remote: -Near :mail-local: -Patterns "Uncaught Spam" -Create Near -Sync All -Expunge Both -SyncState * - -Channel mail-drafts -Far :mail-remote: -Near :mail-local: -Patterns "Drafts" -Create Near -Sync All -Expunge Both -SyncState * - -Channel mail-archive -Far :mail-remote: -Near :mail-local: -Patterns "Arc*" -Create Near -Sync All -Expunge Both -SyncState * - -Group mail -Channel mail-inbox -Channel mail-spam -Channel mail-drafts -Channel mail-sent -Channel mail-archive - diff -r 9a59125631d0 -r 3a03464b6914 mbsyncrc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbsyncrc Mon Mar 18 12:49:56 2024 -0400 @@ -0,0 +1,81 @@ +# tweaked https://raw.githubusercontent.com/bm4cs/dots/Far/.mbsyncrc + +IMAPAccount fastmail +Host imap.fastmail.com +Port 993 +User steve@stevelosh.com +PassCmd "pass show mutt/ouroboros/steve@stevelosh.com | head -n 1" +SSLType IMAPS +SSLVersion TLSv1.2 +CertificateFile /etc/ssl/certs/ca-certificates.crt + +# Remote +IMAPStore mail-remote +Account fastmail + +# Local +MaildirStore mail-local +Subfolders Verbatim +Path ~/.mail2/sjl/ +Inbox ~/.mail2/sjl/INBOX + +# CONNECTIONS SPECIFY LINKS BETWEEN REMOTE AND LOCAL FOLDERS +# CONNECTIONS ARE SPECIFIED USING PATTERNS, WHICH MATCH REMOTE MAIl +# FOLDERS. SOME COMMONLY USED PATTERS INCLUDE: +# +# 1 "*" TO MATCH EVERYTHING +# 2 "!DIR" TO EXCLUDE "DIR" +# 3 "DIR" TO MATCH DIR + +Channel mail-inbox +Far :mail-remote: +Near :mail-local: +Patterns INBOX +Create Near +Sync All +Expunge Both +SyncState * + +Channel mail-sent +Far :mail-remote: +Near :mail-local: +Patterns "Sent" +Create Both +Sync All +Expunge Both +SyncState * + +Channel mail-spam +Far :mail-remote: +Near :mail-local: +Patterns "Uncaught Spam" +Create Near +Sync All +Expunge Both +SyncState * + +Channel mail-drafts +Far :mail-remote: +Near :mail-local: +Patterns "Drafts" +Create Near +Sync All +Expunge Both +SyncState * + +Channel mail-archive +Far :mail-remote: +Near :mail-local: +Patterns "Arc*" +Create Near +Sync All +Expunge Both +SyncState * + +Group mail +Channel mail-inbox +Channel mail-spam +Channel mail-drafts +Channel mail-sent +Channel mail-archive +