On Thu, 2008-09-25 at 15:20 +0200, Julien Kerihuel wrote: > On Tue, 2008-09-23 at 15:58 +0800, liushuai wrote: > > Program received signal SIGSEGV, Segmentation fault. > > [Switching to Thread 0xb2c8eb90 (LWP 32049)] > > 0xb3d8fc73 in mapi_build_folder_info (mapi_store=<value optimized out>, > > parent_name=<value optimized out>, folder_name=0x948ef00 " - test1") > > at camel-mapi-store.c:851 > > 851 if (!strcmp (excl_parent, "Sent Items")) > > (gdb) bt > > Hi Liu, > > I can't help you much with this error - this is a question for the > evo-mapi team. I've btw noticed you had forwarded this email to the > evolution-hacker list - which will be more able to answer this question > than I am. > > To the evo-mapi team (Suman, Srini, Johnny): > Folks, I would have a suggestion to improve this part of the > code. It doesn't sound wise to rely on default folders name. It > introduces a limitation when evolution is used with a different > CodePage ID/Locale ID than English. I'd rather keep the list of > folder identifiers (PR_FID) returned by OpenMsgStore and > OpenPublicFolder and check whether these ids match or not. > > Furthermore, it looks like (I didn't dig into the whole code) > evolution wouldn't allow to create a subfolder named "Inbox", > "Deleted Items" etc. while Outlook does.
Yep! True ... It was just a POC and the code is still there .. Will be fixing it .. Thanks Johnny _______________________________________________ devel mailing list [email protected] http://mailman.openchange.org/listinfo/devel
