Stephan Kulow
aa3124ec0a
merge in the real fix - the folderSelected logic in kmainwidget
...
was just not good and I was too shy to fix it for real in the
beginning
svn path=/branches/KDE/3.5/kdepim/; revision=647728
19 years ago
Stephan Kulow
79668a0aa2
backport the named open and close to reduce branch differences
...
(finally catched Till :)
svn path=/branches/KDE/3.5/kdepim/; revision=647499
19 years ago
Allen Winter
5eb06f3689
merge SVN commit 640981,640986 by winterz:
...
compiler warnings--
svn path=/branches/KDE/3.5/kdepim/; revision=640993
19 years ago
David Faure
7ae1d305a6
Reduce some more the memory consumption when sending
...
Improve speed (mainly killing the reparsing which was done in KMMessage::asSendableString())
Kolab issue 1222
svn path=/branches/KDE/3.5/kdepim/; revision=633978
19 years ago
David Faure
c4a6127011
SVN_SILENT --warnings
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=633869
19 years ago
David Faure
0ee1cda19e
fix compiler warning (unused static function)
...
svn path=/branches/KDE/3.5/kdepim/; revision=631697
19 years ago
Lus Pedro Coelho
58bc17f6df
Check correctly for whether we are enabling the index
...
svn path=/branches/KDE/3.5/kdepim/; revision=470926
21 years ago
Lus Pedro Coelho
edd9f25e93
Don't crash if the index is disabled
...
svn path=/branches/KDE/3.5/kdepim/; revision=450324
21 years ago
Lus Pedro Coelho
75ad1aa9c8
GUI option to enable/disabled full text indexing
...
svn path=/branches/KDE/3.5/kdepim/; revision=449760
21 years ago
Lus Pedro Coelho
f2ac3576ff
Update FSF's address
...
svn path=/branches/KDE/3.5/kdepim/; revision=445684
21 years ago
Lus Pedro Coelho
8f929e05ea
Make indexing disabled by default.
...
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
21 years ago
Lus Pedro Coelho
11a345cb63
I don't understand 100% in what cases isIndexed could be called with null parameter, but
...
handle it when it happens
svn path=/branches/KDE/3.5/kdepim/; revision=443999
21 years ago
Lus Pedro Coelho
74173b120f
Make the whole index code depend on HAVE_INDEXLIB being defined.
...
svn path=/branches/KDE/3.5/kdepim/; revision=443101
21 years ago
Lus Pedro Coelho
d84ca96ad5
Handle an error in indexlib gracefully
...
(disables functionality, but does not crash)
svn path=/branches/KDE/3.5/kdepim/; revision=443076
21 years ago
Don Sanders
90eed8a91d
Replace #include <index/blaa.h> with #include <indexlib/blaa.h> to make
...
it compile.
I guess it's not just me experiencing this problem?
svn path=/branches/KDE/3.5/kdepim/; revision=442880
21 years ago
Reinhold Kainhofer
cb28c72e89
David is right. Use a QPtrListIterator. It's not the ideal solution (using QValueList<type*>, but that's left as an exercise to the authors of that code. At least the code compiles for me and kmail doesn't crash at startup. Apart from that, I give no guarantees.
...
svn path=/branches/KDE/3.5/kdepim/; revision=442623
21 years ago
Reinhold Kainhofer
ec4526e7a9
Even after miraculously finding out that indexlib from kdesupport is needed and installing it, this was still broken. Here are the fixes:
...
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
21 years ago
Lus Pedro Coelho
49ecfeea4b
Full text indexing for KMAIL (finally)
...
svn path=/branches/KDE/3.5/kdepim/; revision=442394
21 years ago