diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-01-14 10:31:42 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-01-14 10:31:42 -0500 |
commit | 9d74297f71e7ff9dd9b58ee1fea8dd2f13019bc1 (patch) | |
tree | cafa26ac678d5beab2571731e189e9fcf24f83c4 /.offlineimaprc | |
parent | Add ipv6 address for upsilon to known_hosts (diff) |
Don't try to copy [Google Mail]/Chat to Gmail
Diffstat (limited to '.offlineimaprc')
-rw-r--r-- | .offlineimaprc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.offlineimaprc b/.offlineimaprc index f32b44d..c8e0c85 100644 --- a/.offlineimaprc +++ b/.offlineimaprc @@ -27,7 +27,9 @@ type = IMAP remotehost = localhost remoteuser = ryan remotepass = LOCAL_PASS -folderfilter = lambda folder: True not in map(lambda x: folder.startswith(x), ['QueensU', 'McGill', 'McGSOCS', '[Google Mail]/All Mail', '[Google Mail]/Important']) +# Don't try to sync local changes to [Google Mail]/Chat remotely, it's read-only +# on Gmail's end. +folderfilter = lambda folder: True not in map(lambda x: folder.startswith(x), ['QueensU', 'McGill', 'McGSOCS', '[Google Mail]/All Mail', '[Google Mail]/Important', '[Google Mail]/Chat']) idlefolders = ['INBOX'] [Repository RemoteGmail] |