diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-07-25 07:53:41 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-07-25 08:45:09 -0400 |
commit | b837e95e7a7839669422d264dbabf5c68f78664b (patch) | |
tree | de48bebf5fb45da3cf51db0b11307ab31ac8299c | |
parent | Update beets config location (diff) |
Don't sync the Calendar from MIT in offlineimap
Diffstat (limited to '')
-rw-r--r-- | .offlineimaprc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.offlineimaprc b/.offlineimaprc index bc21e75..1aa39a6 100644 --- a/.offlineimaprc +++ b/.offlineimaprc @@ -164,6 +164,7 @@ sslcacertfile = SSL_CERTS ssl = yes ssl_version = tls1 nametrans = lambda foldername: 'MIT.' + foldername +folderfilter = lambda folder: folder not in ['Calendar'] [Repository LocalMIT] type = IMAP |