Version: 1.9.7 (using KDE 3.5.7, Mandriva Linux release 2007.1 (Official) for x86_64) Compiler: Target: x86_64-mandriva-linux-gnu OS: Linux (x86_64) release 2.6.22-3mde Im using kdepim svn release 709896 (branch_3.5) and in kmail continues appearing (time to time) messages with blank body but this messages have sender, subject and date appearing ok, also this message continues appearing as new message even after being clicked. Also when double clicking or pressing enter key, the message doesnt open (doesnt appear in new window), its only possible to see the message body if the message is "copied" to another folder since simply isnt also possible to move the message, if clicking to move it nothing happens, also if clicking to move the message to trash nothing happens, so after copying the message to another folder, in that other fodler the message appears ok, but it continues appearing the message with blank body in the default incoming folder. The only way to remove the message with blank body is only possible after moving the copied message from the folder from where was copied to the default incoming folder and then click in "Folder"->"Remove Duplicated Messages", then the message with blank body is finally removed.
*** This bug has been marked as a duplicate of 135904 ***
This isnt a duplicate since here im also reporting that isnt possible to erase, (or at least is only possible after a big and weird workaround), maybe the title of the buf report could be changed?
*** Bug 151580 has been marked as a duplicate of this bug. ***
I do confirm the same issue with Kmail 1.9.7 and Kubuntu 7.10. Blank messages. Especially I see that for messages that I imported from other softwares (outlook express) many years ago but that were ok till the last kmail update. My guess is: issues with header from different softwares and/or old messages (1999 and earlier).
*** Bug 153293 has been marked as a duplicate of this bug. ***
I can confirm this with KMail 1.9.7 (Mandriva 2008.0)
Where is this "Remove Duplicated Messages" button?
Never mind, I found the "Remove Duplicated Messages" button. I was looking in the wrong place, I was right clicking the incoming folder, but it's in the "Folder" menu in the menubar.
*** Bug 158126 has been marked as a duplicate of this bug. ***
*** This bug has been confirmed by popular vote. ***
Confirmed with POP3/maildir on trunk.
Well this bug its not only for kde4 (from trunk) since this continues happening in kde-3.5.9 In kmail i just got message in wich the body appears totally blank, however the fields From, Subkect, Date and Size are displayed. Whats also very strange is that i cant simply delete this message, neither its possible to move it to trash or any other folder. Dont know what else to do to remove it!
*** Bug 159883 has been marked as a duplicate of this bug. ***
This bug existed in Suse 10.1, 10.2 and 10.3. It can occur with any incoming message regardless or the source, e.g. from the localhost. It also only affects messages in local folders. I have not had it happen to messages in imap folders.
I have seen this on imap accounts also. I have seen most variations - mail that will show as unread, mail that shows no content at all, and those that show some headers only and no body. Some that stay new and won't delete or move, then kmail crashes after madly clicking around different emails. My gut says that this all points to an unreliable indexing method in kmail that gets corrupted easily, but they could well all be distinct bugs. I usually find that deleting the index files from kmail's local store for the inbox will usually clear things up for a week or so (ie, ~/.kde/share/apps/kmail/imap/.<<acctId>>.directory/.INBOX.index* )
*** Bug 160641 has been marked as a duplicate of this bug. ***
> Confirmed with POP3/maildir on trunk. Unfortunately I can't reproduce this on my home computer, whereas the laptop in Berlin had a few messages with that problem :(
*** Bug 161884 has been marked as a duplicate of this bug. ***
*** Bug 162351 has been marked as a duplicate of this bug. ***
*** Bug 163481 has been marked as a duplicate of this bug. ***
pop3 and kmail 1.9.52 it happened again!
"Rebuild index" in the context menu of the folder solved the issue: the body message appeared and it was possible to delete the message which i've done. In turn it made a big mess with dates
Similar problem here on a pop account (KDE 3.58, Ubuntu 7.04 i386). The strange is that there is 5 user on the computer (it is an LTSP setup), all using pop accounts with the same provider, and the bug occurs only for one user.
*** Bug 166641 has been marked as a duplicate of this bug. ***
*** Bug 166823 has been marked as a duplicate of this bug. ***
*** Bug 167070 has been marked as a duplicate of this bug. ***
I see this quite often too. x86_64, kmail 1.9.9 KDE 3.5.9-5.fc8, Fedora box. All two accounts are imap connections. I see QGArray::at: Absolute index 232 out of range QGArray::at: Absolute index 232 out of range in stdout every time i try to move a such message. Some messages open just fine and i can also move them, some don't. If i try to open source view with 'v', it's the same empty body. Alpine i can confirm that message is okay and has a body. I've a feeling that this is caused by out-of-sync imap cache.
OK, since I can't reproduce it, I need some help to reproduce it. Can someone who has that problem with a local maildir folder do the following: 1. Move all messages except the broken one into another folder (so the testcase data is small) 2. Mail me (or attach it to the bugreport) the folder. This should contain - All index files - The maildir folders As an example: I have a folder inbox/Amazon. The files I need for that example would be: $HOME/.kde4/share/apps/kmail/mail/.inbox.directory/.Amazon.index $HOME/.kde4/share/apps/kmail/mail/.inbox.directory/.Amazon.index.ids $HOME/.kde4/share/apps/kmail/mail/.inbox.directory/.Amazon.index.sorted $HOME/.kde4/share/apps/kmail/mail/.inbox.directory/Amazon (the whole directory. Note that this includes the cur/ subdirectory, which holds the actual mail). Again, only if you have a broken mail in a local maildir folders, with the symptoms described here (blank when viewing it, unable to delete it, etc) I can not promise that I can fix the bug (I might not even be able to reproduce it).
Strange, but after receiving some more email messages on my inbox, the faulty mail now appears correctly!!! That is really odd. I can't reproduce anymore :(
> I need some help to reproduce it. I try to provide them when this happens next time, it's not something we can trigger to happen, it's like does sometimes...
*** Bug 168079 has been marked as a duplicate of this bug. ***
SVN commit 841594 by tmcguire: Invalidate the folder when encountering a zero serial number. I have still no idea why the serial number was zero in the first place, but at least this fixes the problem that those messages could not be displayed. (Marc, sorry, but I re-enabled the debug output here) BUG: 149715 M +13 -2 kmmsgdict.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=841594
SVN commit 842189 by tmcguire: Backport r841594 by tmcguire to the 4.1 branch: Invalidate the folder when encountering a zero serial number. I have still no idea why the serial number was zero in the first place, but at least this fixes the problem that those messages could not be displayed. (Marc, sorry, but I re-enabled the debug output here) CCBUG: 149715 M +13 -2 kmmsgdict.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=842189
*** Bug 168520 has been marked as a duplicate of this bug. ***
*** Bug 168541 has been marked as a duplicate of this bug. ***
Yep It's Fixed. Congratulations!