as you can see I have in my config reverse nametrans rules, my config is OK as it worked over a last year before offlineimap upgrade
I found something: when I hash this on remote-repository: #createfolders = false then offlineimap start to create on Gmail side folders but with different names that it should: [email protected] [email protected]/Mbank [email protected]/Citibank but it does this: Creating folder account@wp/pl[Gmail-wp] Creating folder account@wp/pl/Mbank[Gmail-wp] Creating folder account@wp/pl/Citibank[Gmail-wp] it changes names from [email protected] to account@wp/pl something is wrong with unicode or characters encoding? And because of that my folders are not syncing, have look at config: folderfilter = lambda folder: folder in ['[email protected]', ' [email protected]/Mbank', '[email protected]/Citibank'] and debug after run: []: Not syncing filtered folder 'account@wp/pl'[Gmail-wp] []: Not syncing filtered folder 'account@wp/pl/Mbank'[Gmail-wp] []: Not syncing filtered folder 'account@wp/pl/Citibank'[Gmail-wp] 2017-07-15 17:55 GMT+02:00 Nicolas Sebrecht <[email protected]>: > On Sat, Jul 15, 2017 at 04:23:18PM +0300, Ilias Tsitsimpis wrote: > > > Offlineimap found the above folders (e.g., Citibank) on the polan > > account, not the WP one. Is it possible that you mixed the accounts? > > > > > I didn't touch config file as this worked before upgrade from 6 to v7 > > > version. > > > > The reverse nametrans was added to version v6.4.0, whereas you migrated > > from 6.3, so that's why it used to work till now. Many things have > > changed since v6.3. Please have a look at /usr/share/doc/offlineimap/NEW > S.Debian.gz. > > Oh, I forgot this was added after 6.3. Thanks Ilias! > > -- > Nicolas Sebrecht > -- Pozdrawiam Wojtek Żuk
_______________________________________________ OfflineIMAP-project mailing list: [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/offlineimap-project OfflineIMAP homepages: - https://github.com/OfflineIMAP - http://offlineimap.org
