Nicolas Bock

Results 24 comments of Nicolas Bock

Thanks for the info @ran-dall . Let me have a quick look at those docs.

Hi @ran-dall . I am having a hard time testing this. I am not running Gentoo anywhere at the moment and can't compile this module. The ebuild itself looks fine...

No worries. I am still here although I am usually pretty busy and don't have as much time for Gentoo as I would like. You can add me back.

Hi @ricab ! Thanks for the comments! If you point me towards these other changes I can modify the completions here to make them work with those changes.

Thanks for the additional info @ricab !

The UUID changes every time I run the command. And I tried this now with `-1` and `master` and it's still happening. I'll see whether I can get a more...

This problem is present in `v7.0.0` and in `v6.x` the process seems to hang at syncing the `All Mail` folder.

@nicolas33 I think the problem is [here](https://github.com/OfflineIMAP/offlineimap/blob/master/offlineimap/folder/Base.py#L848). It seems that the new UUID is not communicated and subsequent code assumes that the old UUID is still there. I might be...

Yes, that's what I did. And right before the call to `change_message_uid` the old uid is still in `messagelist` but right after it's not anymore.

I suspect that the problem is [here](https://github.com/OfflineIMAP/offlineimap/blob/master/offlineimap/folder/Maildir.py#L492)