From 698f6c0e0031cf4322380a9b253fd213e4ef590e Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 24 Aug 2026 16:32:32 +0200 Subject: mbsync: remove the UOC account MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This has been inactive for years, and the occasional email is just not worth it, as now I have to rotate credentials for it on the client side and I'm not feeling like doing that. Signed-off-by: Miquel Sabaté Solà --- .mbsyncrc | 55 ------------------------------------------------------- 1 file changed, 55 deletions(-) diff --git a/.mbsyncrc b/.mbsyncrc index 504276c..81a3dad 100644 --- a/.mbsyncrc +++ b/.mbsyncrc @@ -207,58 +207,3 @@ Sync All Expunge None SyncState * CopyArrivalDate yes - -## -# uoc.edu - -IMAPAccount uoc -Host imap.gmail.com -User mssola@uoc.edu -PassCmd "kwallet-query --read-password uoc kdewallet --folder email" -TLSType IMAPS -AuthMechs Login -CertificateFile /etc/ssl/ca-bundle.pem -TLSVersions +1.2 +1.3 - -# Use the account specified above as the remote storage. -IMAPStore uoc-remote -Account uoc - -# Let's use ~/data/mail as the prefix for the local storage. -MaildirStore uoc-local -Path ~/data/mail/uoc/ -Inbox ~/data/mail/uoc/inbox -SubFolders Verbatim - -Channel uoc-inbox -Far :uoc-remote: -Near :uoc-local: -Patterns "INBOX" -Create Both -Expunge Both -Sync All -CopyArrivalDate yes - -Channel uoc-all -Far :uoc-remote:"[Gmail]/Tot el correu" -Near :uoc-local:"All" -Create Both -Expunge None -Sync Pull -CopyArrivalDate yes - -Channel uoc-sent -Far :uoc-remote:"[Gmail]/Enviats" -Near :uoc-local:"Sent" -Create Both -Expunge None -Sync Pull -SyncState * -CopyArrivalDate yes - -# And finally group everything here. - -Group uoc -Channel uoc-inbox -Channel uoc-all -Channel uoc-sent -- cgit v1.2.3