diff --git a/users/ben/.config/offlineimap/config b/users/ben/.config/offlineimap/config index 041ffd89..d277ebe0 100644 --- a/users/ben/.config/offlineimap/config +++ b/users/ben/.config/offlineimap/config @@ -1,7 +1,7 @@ [general] pythonfile = $XDG_CONFIG_HOME/offlineimap/functions.py metadata = $XDG_DATA_HOME/offlineimap -accounts = BBEU, RWTH, MiOM, PubSolar, b12f +accounts = BBEU, MiOM, PubSolar, b12f, RWTH [Account BBEU] localrepository = LocalBBEU @@ -18,21 +18,6 @@ remoteuser = hello@benjaminbaedorf.eu remotepasseval = get_secret("service", "smtp", "host", "mail.hosting.de", "user", "hello@benjaminbaedorf.eu") sslcacertfile = /etc/ssl/certs/ca-certificates.crt -[Account RWTH] -localrepository = LocalRWTH -remoterepository = RemoteRWTH - -[Repository LocalRWTH] -type = Maildir -localfolders = ~/Mail/benjamin.baedorf@rwth-aachen.de - -[Repository RemoteRWTH] -type = IMAP -remotehost = mail.rwth-aachen.de -remoteuser = bb564306@rwth-aachen.de -remotepasseval = get_secret("service", "smtp", "host", "mail.rwth-aachen.de", "user", "bb564306@rwth-aachen.de") -sslcacertfile = /etc/ssl/certs/ca-certificates.crt - [Account OPGmail] localrepository = LocalOPGmail remoterepository = RemoteOPGmail @@ -92,3 +77,18 @@ remotehost = mail.b12f.io remoteuser = mail@b12f.io remotepasseval = get_secret("service", "smtp", "host", "mail.b12f.io", "user", "mail@b12f.io") sslcacertfile = /etc/ssl/certs/ca-certificates.crt + +[Account RWTH] +localrepository = LocalRWTH +remoterepository = RemoteRWTH + +[Repository LocalRWTH] +type = Maildir +localfolders = ~/Mail/benjamin.baedorf@rwth-aachen.de + +[Repository RemoteRWTH] +type = IMAP +remotehost = mail.rwth-aachen.de +remoteuser = bb564306@rwth-aachen.de +remotepasseval = get_secret("service", "smtp", "host", "mail.rwth-aachen.de", "user", "bb564306@rwth-aachen.de") +sslcacertfile = /etc/ssl/certs/ca-certificates.crt