folder structure problem

Ingo esprit1st at gmail.com
Sat Oct 18 18:50:09 UTC 2014


Ingo <esprit1st <at> gmail.com> writes:
> 
> Hi guys,
> 
> I am trying to migrate to a new server and found offlineimap. I am very
> impressed and it seems to work despite of some folder problems:
> 
> I get all folders transfered but they are all subfolders of the "inbox".
> Also I don't know where the inbox messages went, because the new inbox is
empty.
> 
> I tried to understand the nametrans function but I just don't get how it
> works. I feel like it has to do with that.

Hi guys,

so I figured out how to deal with the folder problem. I added this to the
remote repository:
nametrans = lambda folder: re.sub('^INBOX\.', '', folder)

Ingo




More information about the OfflineIMAP-project mailing list