93 Commits (f85b723f415debcf686ee39b2b2bf8c24203c358)

Author SHA1 Message Date
Stephan Binner cb094cce12 CVS_SILENT i18n style guide fixes 23 years ago
Roberto Teixeira a9524b2a64 Changing "directory" to "folder" as discussed on kde-i18n-doc and kde-core-devel 23 years ago
Stephan Kulow 631938217b commiting my patch as discussed in http://lists.kde.org/?l=kmail&m=106259210725197&w=2 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 c64f9a094f Reword some error messages to make them (hopefully) easier understandable. The 'view and modify the content' is the same term that also appears in the directory properties dialog in Konqueror. 23 years ago
Ingo Klcker 4d448db47f Change 23 years ago
Daniel Molkentin 2f118feed6 constant usage of QFile::encodeName() when dealing with files. Boy that was a wild mix before... 23 years ago
Laurent Montel dc9d37f03d ";;" -> ";" 23 years ago
Till Adam dce4493590 Check whether the dir that is to be used as the local mail store (~/Mail) 23 years ago
Zack Rusin 3c79dfd18d Switching to the moved files :) Thanks David! 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
Zack Rusin 690e92d514 Everyone does fixincludes and I felt left out. Joining the "fixincludes" club. 23 years ago
Zack Rusin 1e1fc5fc21 Two new functions to get and return list of folders as paths like : 23 years ago
Marc Mutz e04a190385 kill off $Id$'s 23 years ago
Ingo Klcker 697820735c remove duplicate mDir.setPath(mBasePath); 23 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
Stephan Kulow e6461866a8 ported Don's KMKernel::config into HEAD 24 years ago
Marc Mutz 971dce143c warnings = 0; 24 years ago
Ingo Klcker d616951db2 Replace NULL and 0L with 0 everywhere and clean up some delete foo 24 years ago
Don Sanders 4b3f78176b Reverting all my recent changes as requested by Michael. 24 years ago
Don Sanders 05cde7e1a7 Code cleanup, make various actions (reply, replyall, etc, etc) independent 24 years ago
Kurt Granroth 1974c080f9 Removed useless dialog that popped up when the $HOME/Mail directory 24 years ago
Waldo Bastian 9f747af545 Fix compilation. 24 years ago
Waldo Bastian aa9d328b0e * Added DO_FOR_ALL macro for recursive traversing of folder tree. 24 years ago
Waldo Bastian 6867509cd5 Remove linebreaks from messageboxes. 25 years ago
Michael Haeckel 5858acd693 Don't tell new users on startup, that the IMAP cache directory will be created. 25 years ago
Michael Haeckel 4d3acc97eb Use unicode and special character save names for the IMAP cache files. 25 years ago
Michael Haeckel 0c2691a805 Generate all serial numbers for a folder immediately, if there is no serial 25 years ago
Ingo Klcker ffb6924063 Fix infinite folder expiration loop: 25 years ago
Michael Haeckel 32970dbf49 Don't delete the serial number files after reading them and some cleanup. 25 years ago
Marc Mutz 053dc5aef8 Finally commit the configuredialog restructuring. See kmail@kde.org list archive for what's changed. 25 years ago
Michael Haeckel 7611cbf19c - Don't crash, when recreating an IMAP account with the same name. 25 years ago
Michael Haeckel 1a0a626a15 Introduce message serial numbers in order to make the context menu in separate 25 years ago
Kurt Granroth 8226716676 Use the 'default-mailbox-format' config value a bit more. If it's set 25 years ago
Michael Haeckel 4905724a4b - Use the correct IMAP sent-mail folder when selected in the config dialog 25 years ago
Michael Haeckel ed29cf8fc9 Expire old messages from any folder. 25 years ago
Dirk Mueller 6797558d5d 356 includes less 25 years ago
Michael Haeckel d8a375419b The first 50$ :-) 25 years ago
Michael Haeckel e3127d7f19 Store the IMAP folder also in a KMFolderMgr like the local folders. 25 years ago
Kurt Granroth 0b28159da9 Massive commit to include native maildir-style mailboxes support in 25 years ago
Don Sanders 6b45aa141a Don't fsync a KMFolder after everytime addMsg is called. 25 years ago
Michael Haeckel 3d7745a9c8 Allow deleting of folders that were added via dcop. 25 years ago
Michael Haeckel ceffd57016 - Store filenames always in unicode. Although this requires much more local8Bit 25 years ago
Marc Mutz f3228ae776 QT_NO_{ASCII_CAST,COMPAT} fixes. 25 years ago
Marc Mutz 20ed595a46 Add #undef QT_NO_{ASCII_CAST,COMPAT}, resp. to the tops of .cpp files that 25 years ago
Michael Haeckel fe832697f1 Remove all QObject::initMetaObject() calls, since they are automatically 25 years ago
Michael Haeckel c248041620 Monster patch by Marc Mutz <Marc.Mutz@uni-bielefeld.de> 25 years ago
Michael Haeckel 983abdd792 Bann qWarning. 25 years ago