Re: [Evolution-hackers] EPlugin, export mail folder, recursive issues.



		fid2 =
mail_get_folder(cfi->child->uri,0,export_mail_folder,&folder,mail_thread_new);

You also really don't want to do this.  You'll fire off *concurrent* threads for all folders.  i.e. lots of thrashing and a bad user experience.  You want to serialise it.

Another way to serialise it is to use mail_thread_queued, or mail_thread_queued_slow.

--
Michael Zucchi <notzed ximian com>
"born to die, live to work, it's all downhill from here"
Novell's Evolution and Free Software Developer


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]