diff options
| author | lonkaars <loek@pipeframe.xyz> | 2024-03-02 23:38:47 +0100 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2024-03-02 23:38:47 +0100 |
| commit | 836e2f723b9856fa6ca9eee1494fe6cdb915df2b (patch) | |
| tree | c6e4742ae4d746dade29d4fece328458fdbfcea1 /.config/mbsyncrc | |
| parent | 163412cb21b54fe481985fa21ed8527a9860496f (diff) | |
more cleanup
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 * + |