2001 Commits (ceffd570163fb9abd064230c270e1b03a9dc3675)
 

Author SHA1 Message Date
Michael Haeckel ceffd57016 - Store filenames always in unicode. Although this requires much more local8Bit 25 years ago
Michael Haeckel 45a4c36953 Don't insert a blank line when quoting messages. Patch by Waldo. 25 years ago
Carsten Pfeiffer 71d189a84e don't create the same QStrings over and over again, there is a 25 years ago
Don Sanders b4a057a9ed I noticed kmail crashing when exiting while checking mail is in progress (in KMKernel::cleanup the filter manager was deleted before the account manager, but when the account manager is deleted my kmacctexp account would be deleted, and slotProcessPendingMsgs would be called and this would try to filter message by calling the deleted filter manager). 25 years ago
Marc Mutz b346876ab2 QT_NO{COMPAT,ASCII_CAST} fixes as discussed on the mailing list. 25 years ago
Marc Mutz f3228ae776 QT_NO_{ASCII_CAST,COMPAT} fixes. 25 years ago
Marc Mutz 345de8b5a9 Obviously corrent fixes to let these files compile with QT_NO_ASCII_CAST 25 years ago
Michael Haeckel 6b73159f0a "Empty" works now also for IMAP folders instead of crashing. 25 years ago
Michael Haeckel 0b09016a03 Show the translated name of the destination folder after editing the account. 25 years ago
Marc Mutz 57b44c9b3f QT_NO_ASCII_CAST and QT_NO_COMPAT fixes. 25 years ago
Carsten Pfeiffer 2adc8c2f4c - speed up generate_key() a bit, by doing the date stuff only when needed 25 years ago
Michael Haeckel 6307a6fd98 Save the pane sizes correctely. 25 years ago
Don Sanders 0fc6d1a6c7 sync the seenUidList config file earlier to prevent duplicate 25 years ago
Stephan Kulow fad19ec9f2 converting the remaining qDebug calls to kdDebug(5006) 25 years ago
Michael Haeckel f7a1f829cd Don't crash in a some cases, by accessing a non existant QTimer object. 25 years ago
Michael Haeckel f7f348553f Honour the charset header of attachments, it might be different, that the 25 years ago
David Faure 54c970ebbe Use mimelib from ../mimelib 25 years ago
Torsten Rahn 1c58216cd9 Adding a shadow 25 years ago
Michael Haeckel 7eaa69b7a2 Readd and old dcop function for backwards compatibility. 25 years ago
Michael Haeckel 0ba45ca7fd Handle mailing list identities with a transport correctely and don't override 25 years ago
George Staikos 2d3754fa61 Enough is enough. If it doesn't work, don't ship it. 25 years ago
Marc Mutz 37e0f0e01e Change KMMessage member functions dealing with Cte, mime-type or 25 years ago
Michael Haeckel 8a54e01be7 More verbose error reporting. 25 years ago
Michael Haeckel 2ce325ec2b Don't crash 30 seconds after cancelling the transfer. 25 years ago
Michael Haeckel d1e06744c9 More reliable mime type recognition for attachments, thanks to leonb@research.att.com. 25 years ago
Michael Haeckel 6b2501454e Don't allow foldernames starting with a dot. These folders disappear otherwise 25 years ago
Stephan Kulow 6164556515 use debug area 5006 - so I can read mails without seeing tons of debug output 25 years ago
Michael Haeckel f5fbc88803 kmfolder and kmheaders are not also ascii cast free. 25 years ago
Michael Haeckel 9fe2c405dd Found another bug, while cleaning up data types. 25 years ago
Michael Haeckel cb06a0be06 Revert another unauthorizied commit. I wonder what's up today. 25 years ago
Michael Haeckel 1ea3c09114 Revert two broken commits. 25 years ago
Holger Schurig 89c2ba7a0d Transparent redirect 25 years ago
Christophe Prud'homme 9032a32ae6 make it compile[remove the warning] 25 years ago
Christophe Prud'homme f582447eef make it compile 25 years ago
Luk Tinkl 83535fa909 passing .latin1() to system() is a no no 25 years ago
Michael Haeckel 79103e2e17 Again QT_NO_ASCII_CAST fixes and two charset related fixes for bugs I found on 25 years ago
Luk Tinkl b6f894a55c another i18n fix 25 years ago
Luk Tinkl 03eae127ab a little i18n fix 25 years ago
Michael Haeckel 24b5865763 Some more QT_NO_ASCII_CAST fixes. 25 years ago
Michael Haeckel d821421216 Make this code compiling with -DQT_NO_ASCII_CAST 25 years ago
Marc Mutz ff1b7c1452 Make KMMessage::asString() return a QCString instead of a QString and take 25 years ago
Marc Mutz e12ef0feec Prepending yet more files with necessary #undef QT_NO_{ASCII_CAST,COMPAT}. 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 a1400b9494 Hopefully get really rid of the font size problems. 25 years ago
Marc Mutz cb77715754 Make kmmainwin.cpp compile with QT_NO_ASCII_CAST by starting 25 years ago
Marc Mutz 68919fa2cc Make kfileio.cpp compile with QT_NO_ASCII_CAST: 25 years ago
Michael Haeckel e79831951e At least I do still need this header to be able to compile. 25 years ago
Holger Schurig befb4ccab0 Removed empty line at top of redirected mail (using "E" key) 25 years ago
Daniel Naber 272f5a72de fixing wrong argument for warning box, thanks to Marc Mutz 25 years ago
Anders Widell 4138b31244 Capitalise first letter in message header if format string starts with % 25 years ago