Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 301947 - mail-client/mozilla-thunderbird-3.0.1: some mails are false marked as unread
Summary: mail-client/mozilla-thunderbird-3.0.1: some mails are false marked as unread
Status: RESOLVED DUPLICATE of bug 298044
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL: https://bugzilla.mozilla.org/show_bug...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-23 16:20 UTC by Federico Cuello
Modified: 2010-01-23 17:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Federico Cuello 2010-01-23 16:20:56 UTC
Some mails are marked as unread when changing IMAP folders using dovecot as imap server. It's related to CONDSTORE support by IMAP server.

There is a fix in the provided URL.

Patch: https://bug540554.bugzilla.mozilla.org/attachment.cgi?id=423060

Please make a -r1 as this bug is really annoying.

Reproducible: Always
Comment 1 Petteri Räty (RETIRED) gentoo-dev 2010-01-23 16:31:19 UTC

*** This bug has been marked as a duplicate of bug 298044 ***
Comment 2 Federico Cuello 2010-01-23 17:39:31 UTC
I think is a different bug. If you see the patch its an obvious mistake and really easy fix. And it's working for me.

See the patch:

-  memset(fUids.Elements(), fNumberOfMessageSlotsAllocated * sizeof(nsMsgKey), 0);
+  memset(fUids.Elements(), 0, fNumberOfMessageSlotsAllocated *