Changes for nametrans between 6.5.2.1 and 6.5.3.1?
Andreas Herz
andi at geekosphere.org
Mon May 7 16:48:06 BST 2012
I updated from 6.5.2.1 to 6.5.3.1 and i spent the whole day to get my
mails working again. What changes came with the new version that weren't
in 6.5.2.1?
I use this script for nametrans for remote:
import re
def oimaptransfolder_KVA(foldername):
if(foldername == "INBOX"):
retval = "KVA"
else:
retval = "KVA." + foldername
retval = re.sub("/", ".", retval)
return retval
and i call this function for my mail account under remote at nametrans =
and it worked up to 6.5.2.1. But now i got the message:
"INFINITE FOLDER CREATION DETECTED!"
And says that a folder KVA.KVA.foobar would be created.
My directory structure looks like this:
[andi at workstation ~]% ls Mail/KVA
KVA KVA.INBOX.Drafts KVA.INBOX.Junk KVA.INBOX.KVA-ML KVA.INBOX.Sent
KVA.INBOX.Trash
Thanks
--
Andreas Herz
More information about the OfflineIMAP-project
mailing list