From 834eca533e9522ec7899dd00246aea90baac145e Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 24 Mar 2021 09:04:55 +0100 Subject: mutt + mail server set up :tada: --- .mbsyncrc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .mbsyncrc (limited to '.mbsyncrc') 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 * + -- cgit v1.2.3