From 047fbc6b6eacd6df08d1d27abc15e271b18020d7 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 3 Mar 2023 19:53:24 +0200 Subject: move all to new partition --- .mbsyncrc | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) mode change 100644 => 100755 .mbsyncrc (limited to '.mbsyncrc') diff --git a/.mbsyncrc b/.mbsyncrc old mode 100644 new mode 100755 index 70967d1..0de76b7 --- a/.mbsyncrc +++ b/.mbsyncrc @@ -1,6 +1,6 @@ IMAPAccount fastmail Host imap.fastmail.com -#Port 993 +Port 993 User public@thanosapollo.com PassCmd "cat ~/.fastmail-pass" SSLType IMAPS @@ -12,7 +12,7 @@ Account fastmail MaildirStore fastmail-local Path ~/Mail/Fastmail/ -Inbox ~/Mail/Fastmail/Inbox/ +Inbox ~/Mail/Fastmail/Inbox Trash ~/Mail/Fastmail/Trash/ SubFolders Verbatim @@ -26,3 +26,24 @@ Sync All Create Both SyncState * +# IMAPAccount fastmail +# Host imap.fastmail.com +# User public@thanosapollo.com +# PassCmd "cat ~/.fastmail-pass" +# SSLType IMAPS +# CertificateFile /etc/ssl/certs/ca-certificates.crt + +# IMAPStore fastmail-remote +# Account fastmail + +# MaildirStore fastmail-local +# Subfolders Verbatim +# Path ~/Mail/Fastmail/ +# Inbox ~/Mail/Fastmail/Inbox + +# Channel fastmail +# Far :fastmail-remote: +# Near :fastmail-local: +# Patterns * ![Fastmail]* "[Fastmail]/Sent Mail" "[Fastmail]/Starred" "[Fastmail]/All Mail" +# Create Both +# SyncState * -- cgit v1.2.3