[offlineimap] Error MEssage: Folder 'junk'[Remote] could not be created. (#256)
rmporsch
notifications at github.com
Thu Oct 15 09:14:39 BST 2015
I think the Issue has been cleared. I think
```
nametrans = lambda foldername: re.sub ('^\[gmail\]', 'bak',
re.sub ('sent_mail', 'sent',
re.sub ('starred', 'flagged',
re.sub (' ', '_', foldername.lower()))))
```
and
```
folderfilter = lambda foldername: foldername not in '[Gmail]/All Mail'
```
were contradicting thus resulting in the error.
---
Reply to this email directly or view it on GitHub:
https://github.com/OfflineIMAP/offlineimap/issues/256#issuecomment-148314075
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/offlineimap-project/attachments/20151015/69bbe713/attachment-0003.html>
More information about the OfflineIMAP-project
mailing list