Re: [Evolution-hackers] EPlugin, export mail folder, recursive issues.
- From: Not Zed <notzed ximian com>
- To: smurfd <smurfd smurfnet homelinux net>
- Cc: evolution-hackers lists ximian com
- Subject: Re: [Evolution-hackers] EPlugin, export mail folder, recursive issues.
- Date: Fri, 29 Oct 2004 11:45:26 +0800
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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]