diff options
Diffstat (limited to '.config/mbsyncrc')
-rw-r--r-- | .config/mbsyncrc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.config/mbsyncrc b/.config/mbsyncrc new file mode 100644 index 0000000..d321628 --- /dev/null +++ b/.config/mbsyncrc @@ -0,0 +1,24 @@ +IMAPAccount pipeframe +Host mail.pipeframe.xyz +Port 993 +User loek@mail.pipeframe.xyz +PassCmd "pass srv/fortnite/passwd/loek" +SSLType IMAPS +CertificateFile /etc/ssl/certs/ca-certificates.crt + +IMAPStore pipeframe-remote +Account pipeframe + +MaildirStore pipeframe-local +SubFolders Verbatim +Path ~/docs/mail/pipeframe/ +Inbox ~/docs/mail/pipeframe/Inbox + +Channel pipeframe +Far :pipeframe-remote: +Near :pipeframe-local: +# Patterns "/Inbox" "/Drafts" "/Junk" "/Sent" "/Trash" "/Archive" +Patterns * +Create Both +SyncState * + |