drop ugent scripts and configuration

This commit is contained in:
Felix Van der Jeugt 2024-07-24 08:03:10 +02:00
parent 3ab14f6dd4
commit ffced8fca4
No known key found for this signature in database
GPG key ID: 58B209295023754D
14 changed files with 0 additions and 276 deletions

View file

@ -1,14 +1,4 @@
# Accounts {{{
IMAPAccount ugent
Host "outlook.office365.com"
Port 993
User "felix.vanderjeugt@ugent.be"
PassCmd "mfauth access microsoft"
AuthMechs "XOAUTH2"
SSLType "IMAPS"
SSLVersions "TLSv1"
CertificateFile "/etc/ssl/certs/ca-certificates.crt"
IMAPAccount posteo
Host "posteo.de"
User "felix.vanderjeugt@posteo.net"
@ -17,44 +7,17 @@ SSLTYPE "IMAPS"
# }}} Accounts
# Remote Stores {{{
IMAPStore ugent-remote
Account "ugent"
IMAPStore posteo-remote
Account "posteo"
# }}}
# Local Stores {{{
MaildirStore ugent-local
Path "/data/mail/ugent/"
Inbox "/data/mail/ugent/Inbox"
Trash "/data/mail/ugent/Trash"
SubFolders "Verbatim"
MaildirStore posteo-local
Path "/data/mail/posteo/"
Inbox "/data/mail/posteo/Inbox"
# }}}
# Channels {{{
Channel ugent-inbox
Far ":ugent-remote:INBOX"
Near ":ugent-local:"
Create "Near"
SyncState "*"
Channel ugent-sent
Far ":ugent-remote:Verzonden Items"
Near ":ugent-local:Sent"
Create "Near"
SyncState "*"
Channel ugent-trash
Far ":ugent-remote:Verwijderde Items"
Near ":ugent-local:Trash"
Create "Near"
SyncState "*"
Channel posteo-inbox
Far ":posteo-remote:INBOX"
Near ":posteo-local:"
@ -81,11 +44,6 @@ SyncState "*"
# }}}
# Groups {{{
Group ugent
Channel "ugent-inbox"
Channel "ugent-sent"
Channel "ugent-trash"
Group posteo
Channel "posteo-inbox"
Channel "posteo-sent"