51 Commits (f162ce751a7ef2d45f6bb3f146d513832b094b2b)

Author SHA1 Message Date
Jarosaw Staniek d3eb30b5b8 Fix for maildir storage problems. This makes KMail/Windows usable. 18 years ago
Jarosaw Staniek 318a4c8bc3 - process of simplifying/Qt-ifying the code started: 18 years ago
Allen Winter 07e63f6a24 fseek -> KDE_fseek() 18 years ago
Allen Winter 1ace378fe9 portability: 18 years ago
Allen Winter d8fee4026a use portable KDE_rename() instead of ::rename() 18 years ago
Thomas McGuire d031daa713 deprecated-- 19 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
Thomas McGuire 25fa4df6e4 Remove superflous __LINE__ and __FILE__. 19 years ago
Frank Osterfeld d1dfa77976 merge changes from enterprise 19 years ago
Daniel Molkentin 94a38cea12 major parts of the endl cleanups. 19 years ago
Till Adam 39c4fb36b4 Avoid crashes due to KMMsgInfo pointers being replaced by KMMessage pointers by 19 years ago
Laurent Montel a2849e0f7f Not necessary 19 years ago
Pradeepto Bhattacharya d46e11860a Krazy Fix #1 - Second installment. 19 years ago
Pradeepto Bhattacharya fa76d28569 Merge... 19 years ago
Chusslove Illich b47d541489 i18n fixes. 19 years ago
Martin Koller 3497cf5619 Forwardport to fix bug 50462 19 years ago
Martin Koller aa67070775 BUG: 50462 19 years ago
Volker Krause c9caf69590 KCursor porting 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
Mathias Soeken 4b3140b71c Some Q3CString -> QByteArray porting in kmail 19 years ago
David Faure 38ec9afb4b kapplication.h removed where not useful 19 years ago
Will Entriken 1106cfdef0 kguiitem explicit ctor 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
Reinhold Kainhofer 42ed96b11f some more #include <qxxxx.h> => #include <QXxxx> 20 years ago
Laurent Montel d34361b632 Move other check 20 years ago
Reinhold Kainhofer 72d34ac78b deprecated OQbject methods: constructor with name, name=>objectName, isA, etc. I don't know how to port queryList and child.. 20 years ago
Chusslove Illich 3a5fca8d00 Conversion to new i18n API (see KDE4PORTING.html->I18N->i18n calls). 20 years ago
Ismail Onur Filiz ea883abdd3 Replace TRUE/FALSE with true/false in kdepim as the former are deprecated. The words inside comments are untouched. 20 years ago
Laurent Montel 691967fab7 deprecated-- 20 years ago
Laurent Montel 60b450d35f QString::null-> QString() 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
Ingo Klcker 81a7e3ba13 Partial port to current kdelibs4_snapshot. Time to hit the bed. 21 years ago
Laurent Montel 57f2203adc Some port 21 years ago
Stephan Binner 2f7ca20d88 Yes/No dialog buttons are bad for usability 21 years ago
Reinhold Kainhofer 2e77a55d99 The FSF has moved, use the new address in all license files and headers ... 21 years ago
Till Adam dde0e721a4 o rename the methods dealing with the folder ids file to 21 years ago
Till Adam 9a84c74e76 KMMsgDict rafactoring/clarification and related fixes, as discussed 21 years ago
Till Adam 4dd550160a Micro cleanup to reduce the diff of my massive KMMsgDict refactoring. 21 years ago
Allen Winter a44c8b9d50 Updated license header and copyright for Don Sanders. 21 years ago
Don Sanders b39b3caf68 include fcntl.h to fix compile problem on Solaris as recommended by 22 years ago
Stephan Kulow 648c7aa482 make sure forked children don't inherit kmail's file descriptors 22 years ago
Ingo Klcker 2c715b30da Merge from osnabrueck_branch: all 22 years ago
Waldo Bastian f1f6af30a8 Fix for accessing 32bit index files with 64bit cpu (And vice versa) 22 years ago
Marc Mutz e9e426e31a o Remove int vs uint madness in KMMsgList. QMemArray<> expects uints, while KMMsgBase, inheriting QMemArray<>, worked with ints. to get rid of the warnings, some methods (e.g. size()) were reimplemented to call the QMemArray<> versions and casting the result to int before returning. 23 years ago
Ingo Klcker f46ae20792 If the trash folder was never opened during a KMail session, then the index of the trash folder was never read and mHeaderOffset is still 0 when truncateIndex() is called during emptying the trash folder on program exit. The truncate in truncateIndex() then even cut off the index file header. We now avoid this by simply creating a new empty index in case mHeaderOffset is 0. Creating a new empty index is faster than reading the index in order to get the correct value for mHeaderOffset. 23 years ago
Till Adam 7f007b2e9c Avoid expunging empty folders because that leads to the index being 23 years ago
Ingo Klcker bb9a8db3bd - cope with index files with invalid headers (Adriaan de Groot had index files of 0 bytes for some reason) 23 years ago