diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-01-10 09:53:47 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-01-10 09:53:47 +0100 |
commit | 0467fa38e57589f2bcd5cfeca5643f360800460e (patch) | |
tree | 30fe3d379312073177b9425b76b782947b11a9dc /config/home | |
parent | c8283a1ef06b15ab0b5871655f4bfaefe9518673 (diff) |
checkpoint
Diffstat (limited to 'config/home')
-rw-r--r-- | config/home/.mbsyncrc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/config/home/.mbsyncrc b/config/home/.mbsyncrc index d2e61d2..8a18828 100644 --- a/config/home/.mbsyncrc +++ b/config/home/.mbsyncrc @@ -5,13 +5,13 @@ Port 993 User luca@spacehb.net PassCmd "pass hosts/spacehb/luca" AuthMechs LOGIN -SSLType IMAPS +TLSType 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 +Path ~/.local/share/mail/luca@spacehb.net/ +Inbox ~/.local/share/mail/luca@spacehb.net/INBOX Channel luca@spacehb.net Expunge Both @@ -31,13 +31,13 @@ Port 993 User billy@spacehb.net PassCmd "pass hosts/spacehb/billy" AuthMechs LOGIN -SSLType IMAPS +TLSType 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 +Path ~/.local/share/mail/billy@spacehb.net/ +Inbox ~/.local/share/mail/billy@spacehb.net/INBOX Channel billy@spacehb.net Expunge Both @@ -57,13 +57,13 @@ Port 993 User tlast@spacehb.net PassCmd "pass hosts/spacehb/tlast" AuthMechs LOGIN -SSLType IMAPS +TLSType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt MaildirStore tlast@spacehb.net-local Subfolders Verbatim -Path /home/aluc/.local/share/mail/tlast@spacehb.net/ -Inbox /home/aluc/.local/share/mail/tlast@spacehb.net/INBOX +Path ~/.local/share/mail/tlast@spacehb.net/ +Inbox ~/.local/share/mail/tlast@spacehb.net/INBOX Channel tlast@spacehb.net Expunge Both |