19 Commits (3844f6a8290b473b8b09b1299b016edfb16a5081)

Author SHA1 Message Date
Laurent Montel 5e496278db Fix iterator 18 years ago
Bertjan Broeksema ddf3e14e0f EBN Fixes: Qt classes that should not be used 18 years ago
Thomas McGuire ee090935c7 Use safe iterators, as pointed out by dirk. 18 years ago
Frank Osterfeld d1dfa77976 merge changes from enterprise 19 years ago
Thiago Macieira 421c83769c Remove use of k_funcinfo 19 years ago
Daniel Molkentin 94a38cea12 major parts of the endl cleanups. 19 years ago
Thomas McGuire b2b695420e Update the way the type of the account is stored. 19 years ago
Laurent Montel 9079b08b83 Not necessary 19 years ago
Thomas McGuire 96a951a70a Use the proper debug area. 19 years ago
Ismail Onur Filiz 5499cab473 Include "config.h" in the source files that already do not do so. 20 years ago
Reinhold Kainhofer 92ea42f7c5 deprecated QComboBox methods, mainly currentItem=>currentIndex, insertItem=>addItem, insertStringList=>addItems, setCurrentItem=>setCurrentIndex, setCurrentText=>setItemText(currentIndex,..), text=>itemText 20 years ago
Laurent Montel 86b590e799 Deprecated-- 20 years ago
Laurent Montel 691967fab7 deprecated-- 20 years ago
Laurent Montel 3ef805634c Q3ValueList-- 21 years ago
Laurent Montel 57f2203adc Some port 21 years ago
Till Adam ac5eb583a6 Disallow anything but cached imap as base accounts for groupware folders. 21 years ago
Till Adam d0b0dd1015 Disable all but cachedimap accounts from being selectable as base 21 years ago
Till Adam f7ebf4ae78 kmacctmgr.[cpp|h|moc] -> accountmanager.[cpp|h|moc] 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
Thomas Zander e9bc21966a Remove unneeded include for kmkernel.h (37 files less to compile on every change!) 21 years ago
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