After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 307032 - gw: Mails in 'Inbox' disappeared on clicking a unread mail when Send/Receive was going on
gw: Mails in 'Inbox' disappeared on clicking a unread mail when Send/Receive ...
Status: VERIFIED DUPLICATE of bug 306803
Product: evolution
Classification: Applications
Component: Mailer
2.2.x (obsolete)
Other Linux
: Normal critical
: ---
Assigned To: parthasarathi susarla
Evolution QA team
evolution[groupwise]
Depends on:
Blocks:
 
 
Reported: 2005-06-09 15:29 UTC by Poornima
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Uses readCursor instead of getQM for getting list of uids. (7.97 KB, patch)
2005-08-23 06:17 UTC, Sankar P
none Details | Review

Description Poornima 2005-06-09 15:29:02 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
Comment 1 parthasarathi susarla 2005-08-03 14:01:27 UTC
Bug fixed on Head
Comment 2 Poornima 2005-08-09 10:07:54 UTC
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.
Comment 3 Poornima 2005-08-19 04:44:55 UTC
Unable to read new mails. I can read new mails after 2 days.

After few days again i am seeing this bug
Comment 4 Shreyas Srinivasan 2005-08-23 03:40:45 UTC
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?
Comment 5 Sankar P 2005-08-23 06:17:34 UTC
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.
Comment 6 Sankar P 2005-08-23 06:18:04 UTC

*** This bug has been marked as a duplicate of 306803 ***