From 86c5ff5335a1adaf721778bdfcb79ff06726e71f Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Fri, 19 Jul 2024 00:33:25 +0200 Subject: checkpoint --- config/home/.mbsyncrc | 34 +++++++++++++++++++++++++++++++--- 1 file changed, 31 insertions(+), 3 deletions(-) (limited to 'config/home') diff --git a/config/home/.mbsyncrc b/config/home/.mbsyncrc index aa8c521..d2e61d2 100644 --- a/config/home/.mbsyncrc +++ b/config/home/.mbsyncrc @@ -1,9 +1,9 @@ - +# Start profile IMAPStore luca@spacehb.net-remote Host mail.spacehb.net Port 993 User luca@spacehb.net -PassCmd "pass websites/spacehb.net/luca@spacehb.net" +PassCmd "pass hosts/spacehb/luca" AuthMechs LOGIN SSLType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt @@ -24,11 +24,12 @@ MaxMessages 0 ExpireUnread no # End profile +# Start profile IMAPStore billy@spacehb.net-remote Host mail.spacehb.net Port 993 User billy@spacehb.net -PassCmd "pass websites/spacehb.net/billy@spacehb.net" +PassCmd "pass hosts/spacehb/billy" AuthMechs LOGIN SSLType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt @@ -48,3 +49,30 @@ SyncState * MaxMessages 0 ExpireUnread no # End profile + +# Start profile +IMAPStore tlast@spacehb.net-remote +Host mail.spacehb.net +Port 993 +User tlast@spacehb.net +PassCmd "pass hosts/spacehb/tlast" +AuthMechs LOGIN +SSLType 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 + +Channel tlast@spacehb.net +Expunge Both +Far :tlast@spacehb.net-remote: +Near :tlast@spacehb.net-local: +Patterns * !"[Gmail]/All Mail" +Create Both +SyncState * +MaxMessages 0 +ExpireUnread no +# End profile + -- cgit v1.2.3