diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-07-01 01:14:59 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-07-01 01:14:59 +0200 |
commit | e1de506156454ba1d324faf548ad15fe804aa806 (patch) | |
tree | 1ca249b22bace59d41e950b7482443440ccc8c5e /config/home/.mbsyncrc | |
parent | fecb6306631aaec1774497093b7da44ab5950d92 (diff) | |
parent | b2077bbddf86dbdbf6cc63aaf2ceb8a2da614ebc (diff) |
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'config/home/.mbsyncrc')
-rw-r--r-- | config/home/.mbsyncrc | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/config/home/.mbsyncrc b/config/home/.mbsyncrc new file mode 100644 index 0000000..aa8c521 --- /dev/null +++ b/config/home/.mbsyncrc @@ -0,0 +1,50 @@ + +IMAPStore luca@spacehb.net-remote +Host mail.spacehb.net +Port 993 +User luca@spacehb.net +PassCmd "pass websites/spacehb.net/luca@spacehb.net" +AuthMechs LOGIN +SSLType IMAPS +CertificateFile /etc/ssl/certs/ca-certificates.crt + +MaildirStore luca@spacehb.net-local +Subfolders Verbatim +Path /home/aluc/.local/share/mail/luca@spacehb.net/ +Inbox /home/aluc/.local/share/mail/luca@spacehb.net/INBOX + +Channel luca@spacehb.net +Expunge Both +Far :luca@spacehb.net-remote: +Near :luca@spacehb.net-local: +Patterns * !"[Gmail]/All Mail" !"*fts-flatcurve*" !"*virtual*" +Create Both +SyncState * +MaxMessages 0 +ExpireUnread no +# End profile + +IMAPStore billy@spacehb.net-remote +Host mail.spacehb.net +Port 993 +User billy@spacehb.net +PassCmd "pass websites/spacehb.net/billy@spacehb.net" +AuthMechs LOGIN +SSLType IMAPS +CertificateFile /etc/ssl/certs/ca-certificates.crt + +MaildirStore billy@spacehb.net-local +Subfolders Verbatim +Path /home/aluc/.local/share/mail/billy@spacehb.net/ +Inbox /home/aluc/.local/share/mail/billy@spacehb.net/INBOX + +Channel billy@spacehb.net +Expunge Both +Far :billy@spacehb.net-remote: +Near :billy@spacehb.net-local: +Patterns * !"[Gmail]/All Mail" !"*fts-flatcurve*" !"*virtual*" +Create Both +SyncState * +MaxMessages 0 +ExpireUnread no +# End profile |