From 9d74297f71e7ff9dd9b58ee1fea8dd2f13019bc1 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 14 Jan 2013 10:31:42 -0500 Subject: Don't try to copy [Google Mail]/Chat to Gmail --- .offlineimaprc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.offlineimaprc') 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] -- cgit v1.2.3