From 14fe48a903d0e3fb99c1162dc54a4ec009648a87 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 7 May 2012 11:04:52 -0400 Subject: Max 4 connections to remote GMail --- .offlineimaprc | 1 + 1 file changed, 1 insertion(+) (limited to '.offlineimaprc') diff --git a/.offlineimaprc b/.offlineimaprc index 440f4a0..1738c6e 100644 --- a/.offlineimaprc +++ b/.offlineimaprc @@ -32,6 +32,7 @@ folderfilter = lambda folder: folder not in ['[Google Mail]/All Mail'] and not f [Repository RemoteGmail] foldersort = lambda x, y: mycmp(x, y) type = Gmail +maxconnections = 4 remoteuser = ryanakca@gmail.com remotepass = GMAIL_PASS spamfolder = [Google Mail]/Spam -- cgit v1.2.3