113 Commits (3c938c8df2f6813788345dc4b64084215f3128d4)

Author SHA1 Message Date
Dirk Mueller 1deacb2281 *sigh* 21 years ago
Dirk Mueller 8ba21023be return when can't read the cwd 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 1414521c12 Make the folder call ::create() on the storage once it has instantiated 21 years ago
Till Adam 451fe27a3e o Further disentangle serial number cache handling, message dict 21 years ago
Till Adam 2539b5fdd2 SVNSILENT meaningless cleanup 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
Till Adam b59da05f82 SVNSILENT include cleanup 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 1a5a98b596 Inform the user that possibly disk space is running low, when adding a 21 years ago
Mario Teijeiro Otero 63081f9e1d * Delay signals related with gui and storage when this 21 years ago
Carsten Burghardt 5cc679260a Backport of: 21 years ago
Carsten Burghardt df660a6456 Fix attachment issues. 21 years ago
Ingo Klcker 39e6715390 create a few static functions from the non-static functions which are going to be called by the new autosaving code. 21 years ago
Till Adam 00f854673a Forward port fix for KIO::Netaccess reentrancy issues. 21 years ago
Till Adam b9839f2410 Don't use KIO::Netaccess when removing the maildir contents as that has 21 years ago
Till Adam 072a382eda Don't crash when moving from an online imap to a dimap folder by avoiding: 22 years ago
David Faure c18486b02a 19% speedup when loading 10000 kolab kontacts (and a similar improvement 22 years ago
David Faure 4a7bd77a42 Swap two lines and gain some performance when parsing big folders. Approved by Don. 22 years ago
Ingo Klcker d40523bfa6 Output a warning if a file in the maildir folder couldn't be opened for reading during index generation. 22 years ago
Ingo Klcker 91e8b605af CVS_SILENT Fix message. 22 years ago
David Faure fba1acf88b Improve error reporting in KMFolderMaildir::canAccess(). Based on patch by 22 years ago
Ingo Klcker dc994b354c Fix bug 83235 (Kmail crashes on startup). Don't call updateIndexStreamPtr() if the index file could not be opened. 22 years ago
David Faure 152f8d472c GUI improvements for the compaction feature: 22 years ago
David Faure c3e4cd1748 Don't lose the "new" status for messages when compacting. This code was probably 22 years ago
David Faure c44c484bb5 Similarly to expiring old mails in the background, this implements compacting 22 years ago
David Faure 8408c27d66 KMIdentity -> KPIM::Identity, fixed lots of #includes to say <libkdepim/foo.h> 22 years ago
David Faure d0bc54df5c Reworked the "mail expiry" feature to work as a background task (timer-driven) 22 years ago
Stephan Kulow 648c7aa482 make sure forked children don't inherit kmail's file descriptors 22 years ago
Andrew Coles af11dae280 Corrected typographical errors. 22 years ago
Till Adam ecd19c1b17 And next week we'll start counting past 10 ... 22 years ago
Till Adam d84164f5b7 Make sure the uid is added to the index when rebuilding it from maildir 22 years ago
Till Adam f3e08a1040 Be more verbose when a folder has to be opened which should really have 22 years ago
Till Adam 904be59f46 Move isSystemFolder() to KMFolder from FolderStorage as it's storage 22 years ago
Till Adam f9807c6d66 Fix the caller instead of checking for \0 in crlf2lf as requested by 22 years ago
Ingo Klcker 2c715b30da Merge from osnabrueck_branch: all 22 years ago
Stephan Kulow 81f5853560 fixing the error 23 years ago
Stephan Kulow 7004b37d91 cvsrevertlastchange - I was simply wrong in assuming QFile(".") would be rejected ;( 23 years ago
Stephan Kulow eb63f41e03 no need to filter for files, QFile::open won't work on anything else 23 years ago
Stephan Kulow 75bbc20d46 avoid system calls for maildir folders 23 years ago
Marc Mutz 1c0613b408 Someone seems to like calling ctors-inna-bunch :-) 23 years ago
Till Adam 2a1029eb92 Live on the stack and don't leak. 23 years ago
Till Adam 0752c9362e Don't allow creation of a new maildir folder if there is already a folder with the same name in ~/Mail which has a cur, tmp or new subfolder. This was requested by Ingo. 23 years ago
Till Adam b65ba9b24c When the user deletes a maildir folder first delete the new, cur and tmp subdirs, then check if the dir itself is empty and only then delete the folder directory itself. This prevents data loss if the user has non-kmail data stored in a folder in ~/Mail and then creates a maildir folder of the same name and later deletes it. 23 years ago
Till Adam 088d0c12ab Don't ask the kernel for the mainwidget to ask the mainwidget for the 23 years ago
Ladislav Strojil 36b0aeb8ff Removing KMFolder::quiet(bool beQuiet) method that was used to prevent some 23 years ago
Till Adam f00fbe05b9 Improve error messages using strerror instead of just speculating that 23 years ago
Marc Mutz 440d618087 Remove all FooInherited #defines and all "base" typedefs to make it consistent. They're removed since they obfuscate the inheritance trees and potential problems when changing the inheritance (the compiler doesn't force you to look at every reference to the superclass). 23 years ago
Ingo Klcker 226fb65c25 Convert CRLF to LF after reading maildir message. Since the conversion happens in place no additional memory is used. 23 years ago