GNOME Bugzilla – Bug 307032
gw: Mails in 'Inbox' disappeared on clicking a unread mail when Send/Receive was going on
Last modified: 2009-08-15 18:40:50 UTC
Sent a mail to group mail id which includes my id as well. Clicked on 'Send/Recive' since that mail sent was in outbox for few seconds. Then clicked on one of the unread mail when send/receive was going. All the unread mails from the last read mail got deleted. Even after restaring evolution those mails are not visible. Traces in terminal is full of getitem request response, so I am not able to attach traces in terminal
Bug fixed on Head
I have installed latest version of evolution 2.3.x on my test machine. So far this bug is not seen. So marking it as verified.
Unable to read new mails. I can read new mails after 2 days. After few days again i am seeing this bug
I can reproduce this too. My cache gets really out-of-date now and then. And the new mails never make it. Do i re-assign to sankar as that was his fix in the first place?
Created attachment 51167 [details] [review] Uses readCursor instead of getQM for getting list of uids. getQuickMessages has some problems when trying to get ALL item uids. The attached patch makes use of readCursor request and hence addresses the missing mails problem. However, the cache needs to be cleared once, to retrieve items that were deleted before.
*** This bug has been marked as a duplicate of 306803 ***