262 Commits (e5fa422ab14d4178f1659038bc8ebac382faa0b1)

Author SHA1 Message Date
Till Adam ec105b225c Port KMFolder::markNewAsUnread() to folderjobs. Hopefully fix if for search 23 years ago
Till Adam 1ca0d0279a Update the unread count when applying "Mark all as read" on a search folder 23 years ago
Marc Mutz 61012388f3 Fix some warnings when compiling with --disable-debug (-DNDEBUG). 23 years ago
Till Adam 955acce5de Explicitely open and close a destination folder on copy instead of 23 years ago
Zack Rusin 724b8e6b05 Cleaning up headers. Trying to make the "config.h" -> kmail headers -> 23 years ago
Stephan Kulow caf616bbeb moving kconfig.h and kcmdlineargs.h in the files that need it (kmkernel.h 23 years ago
Zack Rusin b128a466e2 Lets try this : major include's cleanup. Should shave a few mins of kmail's compilation. 23 years ago
Till Adam c651b251cd Rethread messages correctly on add and remove. 23 years ago
Bo Thorsen 3b144e2352 Kroupware merge patch: This signal is needed so the IMAP resource can be told about all files disappearing 23 years ago
Till Adam ddb53de11c Fix copying from imap to lokal folders. 23 years ago
David Faure 46c4b25a41 Fix crash when sending mail. Argl. Please check, I have no idea how the 23 years ago
Antonio Larrosa Jimenez 9a7ebcb078 Replaced comparisons to "" by using isEmpty() 23 years ago
Zack Rusin 0425f5fb45 Transfer in progress fixes and some FALSE->false, TRUE->true changes in my code. 23 years ago
Don Sanders 3c90a0e8c4 Update the search dialog correctly when messages are removed. 23 years ago
Don Sanders 9f61934c64 Search folders now proxy the msgHeaderChanged signal. 23 years ago
Zack Rusin 1e0d5a824a Let it burn. Folderjobs are in. Now to stabilize imap... 23 years ago
Ingo Klcker 81e090fdaf This should fix bugs 46749, 47014, 47609, 47697 and 50924 which are all about moving folders. The most important bug was that the subfolder directory node wasn't reparented when the folder was moved. Furthermore the folder was moved in the folder tree even if moving the associated mbox file/maildir directory failed. And if a folder was moved _and_ renamed then the name of the subfolder directory was only changed on disk but not in the corresponding node since the node was searched for in the wrong KMFolderDir. This search was anyway unnecessary because one can simply use mChild to access the KMFolderNode which represents the subfolder directory. 23 years ago
Ingo Klcker c3b75adf72 If a folder is renamed also rename the index.sorted and the index.ids file 23 years ago
Don Sanders 27c4c6e52f Update total count in folder tree correctly after messages are deleted. 24 years ago
Steffen Hansen 6b8889cc3b removed aboutToRemoveMsg() signal and updated doc for the existing msgRemoved() signals. More DCOP stuff... 24 years ago
Steffen Hansen 993b482f77 New signal KMFolder::aboutToRemoveMsg(), initial steps for KMail iCal "storage" DCOP interface 24 years ago
Daniel Molkentin 9b71a29693 debug areas for HEAD, too 24 years ago
Don Sanders 2cf1ed8953 Integrate a subset of the changes in the make_it_cool branch. 24 years ago
Ingo Klcker 84f4965f64 Revert HEAD to KDE_3_1_BRANCH. Of course I didn't remove any files that where added to HEAD. 24 years ago
Zack Rusin 8142180fa0 Committing the folder rework. I wanted to wait a little bit, but it fixes 24 years ago
Stephan Kulow 58359204aa first part of the job/imap/folder cleanup. 24 years ago
Stephan Kulow e6461866a8 ported Don's KMKernel::config into HEAD 24 years ago
Zack Rusin 999fccc76f Fixes custom icons showing only after clicking on a folder. 24 years ago
Marc Mutz 971dce143c warnings = 0; 24 years ago
Michael Haeckel ffe79029d5 Don't crash in some cases when switching to a different folder while 24 years ago
Carsten Burghardt ff80f4e450 Fix multiple undos, fix threading after undo, make undo a KMMoveCommand, make the undostack a QObject and make it emit signals on changes. Correct the default sizes of kmmainwin. Reviewed by Ingo. 24 years ago
Ingo Klcker d616951db2 Replace NULL and 0L with 0 everywhere and clean up some delete foo 24 years ago
Ingo Klcker 5493818a43 Change KMFolder::isIndexOutdated() to KMFolder::indexStatus() to be able to differentiate between IndexOutdated and IndexMissing. This is necessary to be able to show the 'The index will be regenerated.' message box only in case the index was outdated. This fixes Bug# 48688 24 years ago
Ingo Klcker 32eb97af4f Oops, I did it again. 24 years ago
Ingo Klcker 5bcb437307 CVS_SILENT Style guide text fix: Select crypto module -> Select Crypto Module 24 years ago
Marc Mutz 347b0444cb i18n takes utf8 strings 24 years ago
Don Sanders b6a77c00b2 First diff causes the ids file to be touched when the folder and index 24 years ago
Stephan Kulow 2892d05a1b including config.h as first include (it defines quite some controlling defines) 24 years ago
Marc Mutz 511ec113dd use UOIDs for identities; you need to let kconf_update run 24 years ago
Allan Sandfeld Jensen e7a0485fa1 given: 24 years ago
Carsten Burghardt 2627d323f4 Finally we got unread and total columns for the foldertree. 24 years ago
Zack Rusin df271745b8 Finally finishing custom icons handling in folder tree (recompilation of kdelibs is required as this one depends on a new behavior in KIconButton) 24 years ago
Marc Mutz 1ebeeaab0a Committing changes for IdentityManager: 24 years ago
Zack Rusin 694f88bdd0 Adding custom icons support to the folder tree 24 years ago
Stephan Kulow 428dad4a4d keeping the semantic of setRDict 24 years ago
Stephan Kulow baf8845684 removing some stale memory usages (wouldn't call them leaks) 24 years ago
Waldo Bastian 77f2dc529d Make index files portable across platforms. 24 years ago
Malcolm Hunter 6814e78db7 CVS_SILENT Corrected typographical errors 25 years ago
Waldo Bastian 6867509cd5 Remove linebreaks from messageboxes. 25 years ago
Michael Haeckel fcb762825b Use KProcess instead of system, otherwise KMail occasionally freezes for some 25 years ago