Re: [evolution-patches] Fix for "Not all deleted mails getting expunged"
- From: "Pasupathilingam Sankarasivasubramanian" <psankar novell com>
- To: <notzed ximian com>
- Cc: <evolution-patches lists ximian com>, "Susarla Parthasarathi" <SParthasarathi novell com>
- Subject: Re: [evolution-patches] Fix for "Not all deleted mails getting expunged"
- Date: Thu, 31 Mar 2005 07:09:55 -0700
The attached patch is updated as per the review suggstion. The function groupwise_sync is also updated.
Thanks & Regards,
Sankar P
>>>Not Zed <notzed ximian com> 03/31/05 8:21 am >>>
I suggest a simpler approach: just decrement the index 'i' when you delete the message (this is what happens everywhere else).
Also, use camel_folder_summary_remove(summary, info) rather than the 'uid' entry point, it is somewhat more efficient. You still need to unref the info like normal.
On Wed, 2005-03-30 at 22:33 -0700, Pasupathilingam Sankarasivasubramanian wrote:
Hi,