Re: [sup-devel] after second heliotrope import, new messages not appearing

2013-01-02 Thread Matthieu Rakotojaona
So, it appears heliotrope tells you your mails are indexed, yet they don't appear. All I see is `MetaIndex#add_message` returning in the test that checks if the mail is already in the store. Problem is, the exact same check is already done before that moment, and if the mail really was already pres

Re: [sup-devel] after second heliotrope import, new messages not appearing

2013-01-01 Thread Hamish D
> Your problem may have multiple origins, and I have no idea where you could > start : > > - Did you use the correct directories for messages and index for _both_ the > import and the server ? (sorry if this sounds stupid) Always good to check the basics, but yes, I do use the same directory. I ha

Re: [sup-devel] after second heliotrope import, new messages not appearing

2012-12-30 Thread Matthieu Rakotojaona
Hello, Your problem may have multiple origins, and I have no idea where you could start : - Did you use the correct directories for messages and index for _both_ the import and the server ? (sorry if this sounds stupid) - Did the index size in heliotrope change ? (as given by a GET to /size.json)

[sup-devel] after second heliotrope import, new messages not appearing

2012-12-27 Thread Hamish D
Hello I've just been trying to carry on from where I left off with migrating my work email into heliotrope (which I last worked on in May). So I've rsynced the mbox files across to where I will run heliotrope and tried running heliotrope-import to put all the new messages in the index. It appeare