diff options
Diffstat (limited to '.offlineimaprc')
-rw-r--r-- | .offlineimaprc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |