Summary: | kmail sometimes fails to open messages in imap folders | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Mathias Homann <Mathias.Homann> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ieure, kde-harv |
Priority: | NOR | ||
Version: | 1.7.1 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Mathias Homann
2004-11-30 23:58:27 UTC
seems to happen only on one of my two machines. only difference that i can think of is that the machine that seems to work ok has 512meg ram, the other one has 256meg. besides, it seems to happen more often with mime multipart messages, and/or pgp-signed messages. upgraded to kde 3.3.2 / kmail 1.7.2, problem still exists, on both machines. with this bug, kmail is pretty much useless in an imap environment. i dont know if anyone cares, but i'd classify this as a showstopper. CVS commit by tilladam: Make sure the preview area is not prematurely emptied. Adrian, would you consider an update, this is fairly annoying for users. BUG: 94184 CCMAIL: adrian@suse.de M +1 -2 kmheaders.cpp 1.658.2.9 --- kdepim/kmail/kmheaders.cpp #1.658.2.8:1.658.2.9 @@ -1252,5 +1252,4 @@ void KMHeaders::msgAdded(int id) this, SLOT(highlightMessage(QListViewItem*))); - emit messageListUpdated(); END_TIMER(msgAdded); SHOW_TIMER(msgAdded); @@ -2189,5 +2188,5 @@ void KMHeaders::highlightMessage(QListVi { KMMessage *msg = mFolder->getMsg(idx); - if (!msg || msg->transferInProgress()) + if (!msg ) { emit selected( 0 ); i don't think this is about "premature emptying", because when it happens, the message i try to read is also not marked as read if it was unread... oh, also, if i select all messages in the folder when it happens, do "mark all read", and then select another message, and then "the one" again, it shows up in the preview as wanted. *** Bug 95420 has been marked as a duplicate of this bug. *** oh, btw, when can users expect this patch to be "in effect" in some _released_ version of kde/kmail? earlier than kde 4.0? It will be in 3.3.3, 3.4 and if there is one your next updated kdepim rpm from SuSE. I've told the packagers about this fix, it's their decision whether to release updates or not. good. /me starts cronjob to pester a certain person about it i was asking because i already experienced bugfixes and feature requests within kde which were tagged as "solved in CVS" several years ago, and are still not implememted in a released version... On Monday 27 December 2004 19:19, Mathias Homann wrote:
> i was asking because i already experienced bugfixes and feature requests
> within kde which were tagged as "solved in CVS" several years ago, and are
> still not implememted in a released version...
If there is such a bug or feature then please tell us. If something is fixed
in cvs it will be in the next release. If it isn't, that's new bug. So I'd be
interested what feature/bug you are refering to.
|