10 Commits (e78cf511472a06caa686b1de0bbacbb564b9e54c)

Author SHA1 Message Date
David Faure bab2c75eee Partial proko2 merge: 22 years ago
David Faure 7b5410181e Clean up the unneeded (and now broken) needsinbox stuff. 22 years ago
Till Adam 268b5af592 Check for the existance of an inbox using account->hasInbox() rather than 22 years ago
David Faure 7d7c7b80d2 Keep current account when refreshing the list due to an account being created 22 years ago
David Faure 7774007354 Fixed kolab issue #302 (new account not selectable as groupware account until restarting kmail) 22 years ago
David Faure e785987e14 Better fix for "new account doesn't appear" (it takes time for the INBOX to appear, so connect to finishedCheck signal) 22 years ago
David Faure 53cdc95cfb Refresh account combo after creating/deleting accounts. Kolab issue 247. 22 years ago
David Faure 8317469d53 Fixed crash 22 years ago
David Faure 086bf681ac Don't crash 22 years ago
David Faure 2531a805af Only list accounts which have an inbox. Yeah in theory they all have, but you never know. 22 years ago
David Faure 49c4861125 Trick to add to branch directly: cp folder, cvs upd -rproko2, cvs add :) 22 years ago
David Faure 2c1ef86be1 open() might call notifyOpeningFolder() more than once (e.g. due to the open() 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
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 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
David Faure 423f5c7217 Use kio_newimap instead of kio_imap. 22 years ago
David Faure ce78ae7c27 Centralize the protocol names using #defines. 22 years ago