[Bug 71549] QGArray::at: Absolute index out of range

Eitzenberger Thomas <[email protected]>
Newsgroups gmane.comp.kde.devel.kmail
Message-ID <[email protected]>
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=71549         




------- Additional Comments From eth gmx at  2007-04-25 19:49 -------
removing all *.ids files in the mails folder (recursively) helps

use following script:

find mail -name "*.ids" > ids.list
echo "END" >> ids.list
cat ids.list | while [ "$line" != "END" ]; do read line; rm "mail/$line"; done
rm ids.list

mail is the folder containing the mails from kmail

hth et
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.