201 Commits (3ccbe14ff4afef1a3bb4ec3d3aaf617566ff84a5)

Author SHA1 Message Date
Christophe Giboudeaux e52a5f33fa Remove some debug messages 17 years ago
Thomas McGuire d235d3c401 Warning-- 17 years ago
Thomas McGuire f399c37e1e Backport r877936 by tmcguire from trunk to the 4.1 branch: 18 years ago
Thomas McGuire 23f004872b Merged revisions 877930 via svnmerge from 18 years ago
Till Adam 5bc29c8792 Small thing, big consequences. This missing trimmed() led to ' 35' being parsed to 0, by QString::toULong, which lost the UID in the index, which caused it to be treated as changed, uploaded, not found locally under the old UID, but not explicitely deleted and thus re-downloaded for safety reasons, in other words, random mail duplication. Epecially on index regeneration. And who knows where else. Should actually have been visible with the old index backend as well... 18 years ago
Thomas McGuire 14e6d70ca3 Merged revisions 870423 via svnmerge from 18 years ago
Thomas McGuire a8c2a46e0b Backport r868195 by tmcguire from trunk to the 4.1 branch: 18 years ago
Thomas McGuire b7c4988ff5 Fix some suspicious code issues, found by Christoph Bartoschek, thanks! 18 years ago
Bertjan Broeksema 3c20bb0a1b EBN Fixes: spelling errors. 18 years ago
Bertjan Broeksema b87bb6dcd4 EBN Fixes: proper include directives. 18 years ago
Bertjan Broeksema 7633cd8089 - EBN Fixes: foreach loop issues. 18 years ago
Thomas McGuire 53ae7677c2 Merged revisions 853982 via svnmerge from 18 years ago
Volker Krause 9e5c701eb7 Forwardport SVN commit 662047 by tilladam from enterprise branch: 18 years ago
Thomas McGuire 1a76b5b8d7 Backport r836050 by tmcguire to the 4.1 branch: 18 years ago
Thomas McGuire 274be48f5d Merged revisions 834985 via svnmerge from 18 years ago
Till Adam 1ce0bba660 Clean out unused code and add some more error handling. 18 years ago
Thomas McGuire d2d5f26c11 Backport r833908 by tmcguire to the 4.1 branch: 18 years ago
Thomas McGuire eeef150ccf Merged revisions 829377 via svnmerge from 18 years ago
Jarosaw Staniek 017bc5d643 use QDir::NoDotAndDotDot flag when looking for files in maildir 18 years ago
Thomas McGuire 692107d610 Merged revisions 825324 via svnmerge from 18 years ago
Jarosaw Staniek 09222809a2 use QString::isEmpty() 18 years ago
Thomas McGuire 77b65010f6 Merged revisions 813234,813336,813759,816897,817156,817345,819078,820276,820278 via svnmerge from 18 years ago
Thomas McGuire d5df86a472 Merged revisions 812800,812831,812836,812916,813198 via svnmerge from 18 years ago
Volker Krause 7876323338 Prevent writing the sqlite index while the folder is closed and thus the 18 years ago
Volker Krause 86d29c64a1 Make sure we always write new messages into the index when using the 18 years ago
Till Adam c8c246a4a1 Merged revisions 812625 via svnmerge from 18 years ago
Till Adam 7c56fe6b9e Make sure to reset the db id (in the sqlite index) otherwise 18 years ago
Jarosaw Staniek 6d419ecbc3 KMail 18 years ago
Jarosaw Staniek 8b6a7df50f added CreateIndexFromContentsWhenReadIndexFailed flag for openInternal(), 18 years ago
Jarosaw Staniek d27078927a -KMFolderIndex::openInternal(): added bool checkIfIndexTooOld arg which allows 18 years ago
Thomas McGuire 3ffc96e006 Fix build. 18 years ago
Jarosaw Staniek 86a8758911 Merged changes related to the SQLite mode for KMail indices 18 years ago
Thomas McGuire 6f19a8f025 Add warnings for index recreation: 18 years ago
Jarosaw Staniek ea8b33222e add #ifdef for fcntl() - it is undefined by kdewin32 now 18 years ago
Thomas McGuire d2b89afcf9 Remove many superflous function names in kDebug statements. 18 years ago
Jarosaw Staniek cbf7d40a2c check result of readIndex() 18 years ago
Thomas McGuire e33e8b0600 - Minor style and kDebug fixes 18 years ago
Jarosaw Staniek fd63419898 - process of simplifying/Qt-ifying the code started: 18 years ago
Ingo Klcker dc1f65bb61 Use K_GLOBAL_STATIC_WITH_ARGS instead of K3StaticDeleter for the static QRegExp. 18 years ago
Ingo Klcker c90b38e998 Use a K_GLOBAL_STATIC instead of a static member variable for the DirSizeJob queue. 18 years ago
Allen Winter 07e63f6a24 fseek -> KDE_fseek() 18 years ago
Ingo Klcker b12cfff042 Forward ported revision 766899 from the KDE 3 enterprise branch 18 years ago
Ingo Klcker 1bc34dc880 Pass KFileItem::Unknown instead of -1 to the c'tor of KFileItem. This does at least fix a few warnings. 18 years ago
Ingo Klcker aa2db53061 Merged revision 766899 from the enterprise branch 18 years ago
Ingo Klcker 1a2ac98f89 Added a queuing mechanism to prevent several KDirSize jobs from running concurrently when several maildir folders are checked for their size. 18 years ago
Till Adam 9dc518bce6 Merge in the rest of enterprise branch. Manually reviewed. I'll make a wiki page 18 years ago
Pradeepto Bhattacharya 8caa773321 Merged revisions 709865 via svnmerge from 18 years ago
Allen Winter 1ace378fe9 portability: 18 years ago
Allen Winter ac9a252277 use our portable KDE_mkdir() instead of conditional compiles for ::mkdir(). 18 years ago
Thomas McGuire 3d5813899b Compute the size of the folders > 2GB correctly. 18 years ago