Summary: | mail-client/mozilla-thunderbird-3.0.1: some mails are false marked as unread | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Federico Cuello <fedux> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://bugzilla.mozilla.org/show_bug.cgi?id=540554 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Federico Cuello
2010-01-23 16:20:56 UTC
*** This bug has been marked as a duplicate of bug 298044 *** 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 * |