diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-06-07 21:10:55 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-06-07 21:10:55 -0400 |
commit | 825314d1e385c3910b0bff5c888de0f2d2823435 (patch) | |
tree | 630f12b4ca43c41d3c5f8b7472af610fd13e32ed /.offlineimaprc | |
parent | Update lwn match in imapfilter (diff) |
Don't sync MIT mail to GMAIL
Diffstat (limited to '.offlineimaprc')
-rw-r--r-- | .offlineimaprc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.offlineimaprc b/.offlineimaprc index 7195b98..01154f7 100644 --- a/.offlineimaprc +++ b/.offlineimaprc @@ -29,7 +29,7 @@ remoteuser = ryan remotepass = LOCAL_PASS # 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']) +folderfilter = lambda folder: True not in map(lambda x: folder.startswith(x), ['MIT', 'QueensU', 'McGill', 'McGSOCS', '[Google Mail]/All Mail', '[Google Mail]/Important', '[Google Mail]/Chat']) idlefolders = ['INBOX'] [Repository RemoteGmail] @@ -41,7 +41,7 @@ remotepass = GMAIL_PASS spamfolder = [Google Mail]/Spam trashfolder = [Google Mail]/Bin realdelete = no -folderfilter = lambda folder: True not in map(lambda x: folder.startswith(x), ['QueensU', 'McGill', 'McGSOCS', '[Google Mail]/All Mail', '[Google Mail]/Important']) +folderfilter = lambda folder: True not in map(lambda x: folder.startswith(x), ['MIT', 'QueensU', 'McGill', 'McGSOCS', '[Google Mail]/All Mail', '[Google Mail]/Important']) idlefolders = ['INBOX'] sslcacertfile = SSL_CERTS |