From 363c8abd80ffb059433da675b8390c43f1a46048 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 7 May 2012 08:32:11 -0400 Subject: Fix the folder prioritising in offlineimap --- .offlineimaprc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.offlineimaprc') diff --git a/.offlineimaprc b/.offlineimaprc index 2579d7f..6b2aa65 100644 --- a/.offlineimaprc +++ b/.offlineimaprc @@ -29,7 +29,7 @@ remoteuser = ryan remotepass = LOCAL_PASS [Repository RemoteGmail] -foldersort = lambda x, y: cmp(x, y) +foldersort = lambda x, y: mycmp(x, y) type = Gmail remoteuser = ryanakca@gmail.com remotepass = GMAIL_PASS -- cgit v1.2.3