diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-03-24 09:04:55 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-03-24 09:04:55 +0100 |
commit | 834eca533e9522ec7899dd00246aea90baac145e (patch) | |
tree | b98f102c8b30583b8dc40bf0389f4d6b449d5cb1 /.mbsyncrc | |
parent | 7f02bf3881b3223339c47fc2a519c639d1aa3ca6 (diff) |
mutt + mail server set up :tada:
Diffstat (limited to '.mbsyncrc')
-rw-r--r-- | .mbsyncrc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.mbsyncrc b/.mbsyncrc new file mode 100644 index 0000000..ac3613f --- /dev/null +++ b/.mbsyncrc @@ -0,0 +1,24 @@ +IMAPAccount pipeframe +Host mail.pipeframe.xyz +Port 993 +User loek@mail.pipeframe.xyz +PassCmd "bw get password efc4ddc3-cd2d-4090-b570-abea0113217a" +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 * + |