94 Commits (0bbc7969ab88576178dea74a117b0544200657b3)

Author SHA1 Message Date
Allen Winter 063033d01e "a" -> 'a' 20 years ago
Allen Winter 37d8bef5e4 fix spelling errors. 20 years ago
Reinhold Kainhofer 72d34ac78b deprecated OQbject methods: constructor with name, name=>objectName, isA, etc. I don't know how to port queryList and child.. 20 years ago
Reinhold Kainhofer e5830100c0 deprecated QList::remove methods -> either QList::erase(iterator) or QList::removeAll(T) 20 years ago
Reinhold Kainhofer 08404dfdab QList::find(..)==QList::end() => QList::contains() 20 years ago
Dirk Mueller 6fd3a9e2b3 remove redundant NULL check (CID 1308) 20 years ago
Laurent Montel 691967fab7 deprecated-- 20 years ago
Andreas Gungl 99b1dcf126 Q3PtrList-- 20 years ago
Andreas Gungl ba58f8b0b6 Q3PtrList-- 20 years ago
Andreas Gungl c901b1247d reduce readEntry(...).toInt() where possible 20 years ago
Andreas Gungl 4ff92dd82b forget readEntry(...).toBool() 20 years ago
Volker Krause 3d382d34ca Build with new kdelibs snapshot. 20 years ago
Andreas Gungl da592428a9 Q3PtrList-- 20 years ago
Andreas Gungl db8f1ad5ad porting for KConfig changes 21 years ago
Laurent Montel 3ef805634c Q3ValueList-- 21 years ago
Laurent Montel eb077e0b11 qt3support-- 21 years ago
Laurent Montel 72f49ff4e0 Compile/link 21 years ago
Andreas Gungl 575ebaa9ac - ading some more methods to MessageStatus which are usefull in the port 21 years ago
Andreas Gungl ac5bbfe5be changes to switch to the new MessageStatus class 21 years ago
Ingo Klcker 1c0708c704 Forward port of SVN commit 474655 by kloecker: 21 years ago
Ingo Klcker b6fdfba82a Fix the nasty bug which caused folder settings to disappear. It turns out that we deleted the config group just after we had saved it. Doh. Fixed by deleting the old folder configuration only if the folder has been renamed/moved. All kudos to Martin Koller for giving me the crucial hint. 21 years ago
Andreas Gungl 23ba0abb48 Another fix for side effects of at[0] 21 years ago
Ingo Klcker 7250814247 Forward port of SVN commit 470929 by kloecker: 21 years ago
Ingo Klcker 34ac47a31a This check is wrong. idx must be in the range 0..(count-1). Rewrite the rule to make it easier to read. 21 years ago
Ingo Klcker 3cbf0fc45b Q_INT*/Q_UINT* -> qint*/quint* 21 years ago
Andreas Gungl b4ce7c9116 forward port of the fix for the unread count 21 years ago
Andreas Gungl fa4aa0b8d8 care for messages which are marked as unread and ignored 21 years ago
Laurent Montel 57f2203adc Some port 21 years ago
Ingo Klcker 2db5ac7003 Add comment and cleanup. 21 years ago
Grzegorz Jaskiewicz ba8fdb8a68 don't crash on very very outdated cache, this is much more sane than simple asert that causes crash! 21 years ago
Reinhold Kainhofer 2e77a55d99 The FSF has moved, use the new address in all license files and headers ... 21 years ago
Till Adam 2a01012faa Move the account list into kmfolder, from folderstorage, it's a feature 21 years ago
Till Adam e002a6a15a Add a KMail::Util namespace in new files util.h and util.cpp and move 21 years ago
Till Adam 6aff238c31 SVNSILENT whitespace 21 years ago
Till Adam db572ceb9a Don't crash when closing the search window while a search is still going 21 years ago
David Faure d4be48428b the most important part of the forward-port was missing; thanks to Till for noticing 21 years ago
David Faure 9e6702f8ab Fix nasty cached imap bug: changes made to the folders while syncing (renames, deletions, creations...) 21 years ago
Till Adam c7076e4e77 Tell folders about a change in contents type in the folderstorage and 21 years ago
Till Adam 3c5d6feafe SVNSILENT unused 21 years ago
Till Adam 1414521c12 Make the folder call ::create() on the storage once it has instantiated 21 years ago
Thomas Zander 0e6d149441 debug fix 21 years ago
Thomas Zander 1716f2536e Make (internal) error message clearer 21 years ago
Till Adam 451fe27a3e o Further disentangle serial number cache handling, message dict 21 years ago
Till Adam dde0e721a4 o rename the methods dealing with the folder ids file to 21 years ago
Till Adam 9a84c74e76 KMMsgDict rafactoring/clarification and related fixes, as discussed 21 years ago
Thomas Zander 753d8448fb CVSSILENT: More header cleanup 21 years ago
Thomas Zander e9bc21966a Remove unneeded include for kmkernel.h (37 files less to compile on every change!) 21 years ago
Thomas Zander 55eabf8ecc Remove kmfoldernode's setType() and type() methods and all the places where it is 21 years ago
Carsten Burghardt 9baa20e7a7 Ouch. No idea how that crept in but calling KMFolderIndex::take instead of KMFolderMaildir is simply wrong. 21 years ago
Till Adam d3428ce9ef Don't inform the resource when copying resource folders. Issue 727. 21 years ago