diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-08-24 16:32:32 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-08-24 16:32:32 +0200 |
| commit | 698f6c0e0031cf4322380a9b253fd213e4ef590e (patch) | |
| tree | eb4e1838925d722f284a5c945817149542fc7ef8 /.mbsyncrc | |
| parent | 8ad2bd539809c3c4a30a9ec2c68709325def9772 (diff) | |
| download | dotfiles-698f6c0e0031cf4322380a9b253fd213e4ef590e.tar.gz dotfiles-698f6c0e0031cf4322380a9b253fd213e4ef590e.zip | |
mbsync: remove the UOC account
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à <mssola@mssola.com>
Diffstat (limited to '.mbsyncrc')
| -rw-r--r-- | .mbsyncrc | 55 |
1 files changed, 0 insertions, 55 deletions
@@ -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 |
