30 Commits (fda168959f50d0a6d4817a6e423dded277954ece)

Author SHA1 Message Date
Thomas McGuire 211cf1b2f9 Some coding style fixes. 18 years ago
Frank Osterfeld 9848f42cd9 merge from enterprise 19 years ago
Andreas Hartmetz 9a2c2bdc7c cross-port named open()/close() on folders from the 3.5 branch. this is a merge from 3.5 revision 647499 with many extra changes to get kmail to compile again. 19 years ago
Frank Osterfeld d1dfa77976 merge changes from enterprise 19 years ago
Pradeepto Bhattacharya 91b99d48c9 Merge ... 19 years ago
Tobias Koenig 01c7115ebd Manual adaption and cleanup of the previous script run 19 years ago
Daniel Molkentin 94a38cea12 major parts of the endl cleanups. 19 years ago
Allen Winter d9f3556e84 backport SVN commit 694312 by adridg: 19 years ago
Adriaan de Groot c04ca3bec4 Make matched threads important for expiry. Patch from Robert G, approved by Till A. 19 years ago
Laurent Montel 9079b08b83 Not necessary 19 years ago
Stephan Kulow 79668a0aa2 backport the named open and close to reduce branch differences 19 years ago
Allen Winter 23997b6617 bigtime forward port of coolo's kmail_debug_imap work branch. 19 years ago
Chusslove Illich 7de386f772 n i18n plural calls, special %n placeholder is no longer used; all placeholders are ordinary numbered ones, and the first integer-valued substitution decides plural form. 19 years ago
Matthias Kretz 428ee4239a merge the kinstance-redesign branch back to trunk. 19 years ago
David Faure 0b62eb0733 Also exclude "todo" messages from expiry by default; and add a whatsthis on the checkbox to explain that 20 years ago
David Faure f21dad5f59 "Exclude important messages from expiry" should also exclude "todo" messages. 20 years ago
David Faure 8270ad07db Cleaning up the proko2 branch mess (that I originally created); this will require a few commits and a temporary branch. 20 years ago
Ismail Onur Filiz 5499cab473 Include "config.h" in the source files that already do not do so. 20 years ago
Chusslove Illich 3a5fca8d00 Conversion to new i18n API (see KDE4PORTING.html->I18N->i18n calls). 20 years ago
Laurent Montel 691967fab7 deprecated-- 20 years ago
Andreas Gungl 575ebaa9ac - ading some more methods to MessageStatus which are usefull in the port 21 years ago
Ingo Klcker 3cbf0fc45b Q_INT*/Q_UINT* -> qint*/quint* 21 years ago
Reinhold Kainhofer 50d4efd7d4 The FSF moved to a different address, so update the license headers all through kdepim to include the new address (see also the FSF's home page for the new address): 21 years ago
David Faure 0c9148bf15 Fix nasty cached imap bug: changes made to the folders while syncing (renames, deletions, creations...) 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 3cb30b64fb Move KMBroadcastStatus to KPIM::BroadcastStatus so it can be used by 22 years ago
David Faure 2c1ef86be1 open() might call notifyOpeningFolder() more than once (e.g. due to the open() 22 years ago
Ingo Klcker 8c7f78c604 warning-- 22 years ago
Ingo Klcker 1c8e82e83d Replace signal completed( KMCommand::Result ) by signal completed( KMCommand * ) (similar to the result( KIO::Job * ) signal of KIO::Job) and add KMCommand::result() for asking for the result of the command. 22 years ago
David Faure 96367a1f58 Fixed annoyance with background expiry: the currently-selected message was wrong when 22 years ago
Ingo Klcker adcbbecf30 The folder must not be closed before the messages have been moved (because otherwise the KMMsgBase objects which are referenced in the QPtrList<KMMsgBase> that's passed to the KMMoveCommand will be deleted and thus the KMMoveCommand will crash). Until now it didn't crash because KMMoveCommand::start() didn't return before the message list wasn't used anymore. But this will change with the upcoming asynchronization of KMCommand::start(). 22 years ago
Ingo Klcker 5f1ca8261d Give the user feedback after old message expiration is finished. This does currently not work for local folders because KMCommand::start() is not necessarily asynchron and therefore the completed signal might be emitted before start() returns. Therefore the user will get the 'moving...' messages after the 'moved.' message. I'm working on this. 22 years ago
David Faure 7f8ceaa861 Ingo is right, using mDestFolder for the src folder is pretty confusing. 22 years ago
Ingo Klcker f80736ff9e - Different status messages for expiry to /dev/null and expiry to archive folder. 22 years ago
Till Adam 1338f33e89 Use a KMMoveCommand with target folder 0 for deleting (/dev/null) messages 22 years ago
Till Adam e358cc5482 Be a little less sluggish in churning through the messages in expiry 22 years ago
Andrew Coles c32fc19f2f Corrected typo (can't -> cannot). 22 years ago
David Faure b1da3c11d7 GUI: Implemented "Expire messages by moving them to another folder". 22 years ago
David Faure d0bc54df5c Reworked the "mail expiry" feature to work as a background task (timer-driven) 22 years ago