diff options
| author | Ryan Kavanagh <rak@debian.org> | 2012-05-07 08:32:11 -0400 |
|---|---|---|
| committer | Ryan Kavanagh <rak@debian.org> | 2012-05-07 08:32:11 -0400 |
| commit | 363c8abd80ffb059433da675b8390c43f1a46048 (patch) | |
| tree | d076a924fa5d8b35ca066738f696a09a193adf88 /.offlineimaprc | |
| parent | Update epsilon-home screenlayout to have large screen above little screen (diff) | |
Fix the folder prioritising in offlineimap
Diffstat (limited to '')
| -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 |
