aboutsummaryrefslogtreecommitdiffstats
path: root/.offlineimaprc
diff options
context:
space:
mode:
authorDavid Runge <david.runge@native-instruments.de>2018-11-24 14:19:45 +0100
committerDavid Runge <david.runge@native-instruments.de>2018-11-24 14:19:45 +0100
commitf4fec3ab8e56e82bf7904c3c19876e2f4e13667d (patch)
tree23a4dd266333fc6cfeb5ee05c6000ced30724098 /.offlineimaprc
parent31895b1b525ab673becdb10c7a421f71510f6354 (diff)
parentde1f86528b58faa0844f24b9edb63e5837dd7444 (diff)
downloaddotfiles-f4fec3ab8e56e82bf7904c3c19876e2f4e13667d.tar.gz
dotfiles-f4fec3ab8e56e82bf7904c3c19876e2f4e13667d.tar.bz2
dotfiles-f4fec3ab8e56e82bf7904c3c19876e2f4e13667d.tar.xz
dotfiles-f4fec3ab8e56e82bf7904c3c19876e2f4e13667d.zip
Merge branch 'master' of git.sleepmap.de:config/dotfiles
* 'master' of git.sleepmap.de:config/dotfiles: (36 commits) .config/packages-community.txt: Adding pd-lua. .config/systemd/user/mpd@.service: Adding local override for mpd@ user service. Raising LimitRTPrio to 75, as some threads in mpd apparently require it. .config/jack/*: Changing all configurations for jack@ user service (as its layout has changed). .gitignore: Removing ignore of .config/systemd (time to add some local overrides). .config/packages-aur.txt: Removing ssr (now in [community]). .config/systemd/user/jack@.service: Adding a local jack@ user service, so no package is required. .config/packages-community.txt: Adding dragonfly-reverb, libmusicxml, ssr and wolf-shaper. .ncmpcpp/config: Switching to local visualizer fifo. Using visualizer_type ellipse. .zsh.after/aliases.zsh: Removing useless pacsearch overloading. bin/setup_screens: Fixing and simplifying various things with the help of shellcheck. Using a separate get_display function to retrieve DISPLAY. bin/xorg_autolock: Properly quoting variables. Abstracting lock_cmd. bin/xorg_lock: Properly quote variables. Rename variables for better readibility. .xprofile: Repaired with the help of shellcheck. .config/packages-community.txt: Adding marsyas. .config/packages-aur.txt: Removing gmsynth.lv2 (now in community). Adding librenms and patroneo-git. .config/packages-community.txt: Adding ams-lv2, beatslash-lv2, gmsynth.lv2, lib32-fluidsynth, lsp-plugins, lvtk, stk and removing ssmtp. bin/cs: Fixing script according to shellcheck. .config/packages-community.txt: Adding nextcloud-app-spreed. .vim/addons-settings.vim: Adding supercollider settings for split in tmux. .config/linuxsampler.org/Qsampler.conf: Remove, because it makes no sense in repo. ...
Diffstat (limited to '.offlineimaprc')
-rw-r--r--.offlineimaprc39
1 files changed, 2 insertions, 37 deletions
diff --git a/.offlineimaprc b/.offlineimaprc
index 83d7b3c..9101b96 100644
--- a/.offlineimaprc
+++ b/.offlineimaprc
@@ -1,9 +1,9 @@
[general]
-accounts = sleepmap.de,tu-berlin.de,c-base.org
+accounts = sleepmap.de
maxsyncaccounts = 4
pythonfile = ~/bin/pass2offlineimap
-# Automatic mailbox generationi for mutt
+# Automatic mailbox generation for mutt
[mbnames]
enabled = yes
filename = ~/.mutt/mailboxes.rc
@@ -12,23 +12,6 @@ peritem = "+%(accountname)s/%(foldername)s"
sep = " "
footer = "\n"
-[Account tu-berlin.de]
-localrepository = tu-berlin-local
-remoterepository = tu-berlin-remote
-quick = -1
-
-[Repository tu-berlin-local]
-type = Maildir
-localfolders = ~/Mail/tu-berlin.de/
-
-[Repository tu-berlin-remote]
-type = IMAP
-remotehost = exchange.tu-berlin.de
-remoteuser = davezerave@win.tu-berlin.de
-remotepasseval = get_pass("davezerave@mail.tu-berlin.de")
-folderfilter = lambda folder: folder not in ['Aufgaben', 'Entw&APw-rfe', 'Gel&APY-schte Elemente', 'Gesendete Elemente', 'Journal', 'Junk-E-Mail', 'Kalender', 'Kontakte', 'Notizen', 'Postausgang']
-sslcacertfile = /etc/ssl/cert.pem
-
[Account sleepmap.de]
localrepository = sleepmap-local
remoterepository = sleepmap-remote
@@ -48,21 +31,3 @@ starttls = yes
ssl = no
sslcacertfile = /etc/ssl/cert.pem
-[Account c-base.org]
-localrepository = c-base-local
-remoterepository = c-base-remote
-quick = -1
-
-[Repository c-base-local]
-type = Maildir
-localfolders = ~/Mail/c-base.org/
-nametrans = lambda folder: "INBOX" if "INBOX" in folder else "INBOX." + folder
-
-[Repository c-base-remote]
-type = IMAP
-remotehost = c-mail.c-base.org
-remoteuser = dave
-remotepasseval = get_pass("dave@c-base.org")
-nametrans = lambda folder: re.sub('^INBOX\.', '', folder)
-folderfilter = lambda folder: folder not in ['INBOX.INBOX']
-sslcacertfile = /etc/ssl/cert.pem