Subject: Re: [evolution-patches] Fix for "Not all deleted mails getting expunged"
Date: Thu, 31 Mar 2005 16:21:43 +0800
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,
The attached patch will fix the bug 74254. The bug is, when more than
one mails are deleted and expunged, not all the mails are getting
expunged.
groupwise_expunge function in camel-groupwise-folder is changed.
Regards,
Sankar P