diff --git a/.offlineimaprc b/.offlineimaprc index 00a29e9..d00c000 100644 --- a/.offlineimaprc +++ b/.offlineimaprc @@ -54,7 +54,7 @@ localfolders = ~/documents/mail/aethon type = Maildir localfolders = ~/documents/mail/ninthfloor -nametrans = lambda folder: folder.capitalize() +nametrans = lambda folder: folder.lower() [Repository ryuslash.org-local] type = Maildir @@ -96,7 +96,7 @@ remotehost = ninthfloor.org remoteusereval = getuser("ninthfloor.org") remotepasseval = getpassword("ninthfloor.org") -nametrans = lambda folder: folder.lower() +nametrans = lambda folder: folder.capitalize() [Repository ryuslash.org-remote] type = IMAP