SVN commit 633071 by winterz:
merge SVN commit 632062 by adridg:
After updating KMail and throwing away index files, I encountered a file which has charset= set, and that triggered
a QGList warning when subscripting an empty string; adding this extra check for empty charsets stops crashing after
that warning.
SVN commit 633069 by winterz:
merge SVN commit 632089 by adridg:
TRUE and FALSE are C-isms, use C++ keywords instead
merge SVN commit 632360 by adridg:
Indentation style is spaces; there's crashes in here occasionally after removing index files, rather peculiar.
svn path=/branches/kdepim/enterprise/kdepim/; revision=667618
Improve speed (mainly killing the reparsing which was done in KMMessage::asSendableString())
Kolab issue 1222
svn path=/branches/KDE/3.5/kdepim/; revision=633978
Set text-index/enabled=true in kmailrc to enable
Individual folders can be disabled by setting Folder-*/fulltextIndexDisabled=true in kmailrc
(internals only, gui to come later).
svn path=/branches/KDE/3.5/kdepim/; revision=445644
1) KMMsgDict::instance returns a const KMMsgDict*, so we need to use that type.
2) You can't loop through a const QPtrList, since the next() method is not const, and there is no getNext() const method like it's the case with getFirst() const. I guess a const_cast is the only solution here.
3) Get rid of compiler warnings that the initialization order in the constructors is messed up.
CCMAIL: luis@luispedro.org
svn path=/branches/KDE/3.5/kdepim/; revision=442617