From f7b0efb6bccfbb505063427878db86ced606bdbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Fri, 22 Jul 2022 14:31:18 +0200 Subject: [PATCH] Remove gutentags from nvim ctags got an update and is currently drawing more than 60GB of RAM trying to analyze e.g. the openproject repository. Removing it fixes the issue for now. --- users/ben/.config/offlineimap/config | 32 ++++++++++++++-------------- 1 file changed, 16 insertions(+), 16 deletions(-) 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