diff options
author | Thanos Apollo <[email protected]> | 2023-03-03 19:53:24 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-03-03 19:53:24 +0200 |
commit | 047fbc6b6eacd6df08d1d27abc15e271b18020d7 (patch) | |
tree | 478c01e3956d183c8583c4a6ac48edf922923608 /.mbsyncrc | |
parent | 1c10280272612100ed7c71327720d6a94b82e0be (diff) |
move all to new partition
Diffstat (limited to '.mbsyncrc')
-rwxr-xr-x[-rw-r--r--] | .mbsyncrc | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/.mbsyncrc b/.mbsyncrc index 70967d1..0de76b7 100644..100755 --- a/.mbsyncrc +++ b/.mbsyncrc @@ -1,6 +1,6 @@ IMAPAccount fastmail Host imap.fastmail.com -#Port 993 +Port 993 User [email protected] 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 [email protected] +# 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 * |