3a03464b6914
More
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Mon, 18 Mar 2024 12:49:56 -0400 |
parents | 9a59125631d0 |
children | 4673e928c08e |
branches/tags | (none) |
files | .mbsyncrc mbsyncrc |
Changes
--- 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 -
--- /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 +