176 Commits (7f0618b4707517060bbaa6c5d0fb4b25978c0a3d)

Author SHA1 Message Date
Till Adam ddcf2c26f2 isFlag() -> isImportant(). Much clearer, I think. 22 years ago
Carsten Burghardt ccfd5ab1e0 Add the UID the msgSize on server to the index. 22 years ago
Ingo Klcker 2c715b30da Merge from osnabrueck_branch: all 22 years ago
Carsten Burghardt c3faf25932 Fix copying/moving of imap messages to different accounts. 23 years ago
Stephan Kulow 903de1fcd2 politically correct version from Simon 23 years ago
Stephan Kulow e827dff20b for the next one that tries to profile this code with -fno-builtin in the 23 years ago
Stephan Kulow 0e59725c7d Dirk complained that the last version was unnecessarly wasting time. So I did 23 years ago
Stephan Kulow e1c51cd86b commiting my speed up fix for swapEndian 23 years ago
Don Sanders c541fd514f Commit the code that uses the MessageProperty class. 23 years ago
Till Adam 78ad943d6d Typo. 23 years ago
Till Adam e65e21a145 Spam and Ham are toggleable yet mutually exclusive. 23 years ago
Till Adam 641b0cfef0 Add Ham message status to go with the Spam one I added last night. Makes 23 years ago
Till Adam 111db18a6f Add status flag for "spam" and make it settable, gettable, searchable and 23 years ago
Till Adam 18665c903e Unbreak sorting by Subject(Status) by actually taking the subject into 23 years ago
Dirk Mueller 1e0589f9f2 another helpful assert to find index corruptions. 23 years ago
Stephan Kulow cf74643afe ignoring is fine, but then we should maybe stop ignoring somewhen 23 years ago
Marc Mutz 33a5ca439a Fix Solaris compile errors reported and patched by Torsten Kasch <tk (at ) Genetik (dot) uni-bielefeld (dot) de> 23 years ago
Marc Mutz 1884c85406 Trying to track down where the tabs in subjects come from. This isn't it, but the code was wrong anyway. Extracted line unfolding into a method of it's own. 23 years ago
Ingo Klcker 4d448db47f Change 23 years ago
Ingo Klcker 01d52a363f On some platforms char is unsigned. So use bit comparisons instead of arithmetic comparisons. And while I'm at it, beautify the code. 23 years ago
George Staikos dc34392224 As I said, this code is broken. I don't want to touch it because I don't 23 years ago
Till Adam ff471ceade Change semantics of KMMsgBase::base64EncodedMD5 such that: 23 years ago
Till Adam e721049098 Compare the old message status with the new status after modification, not 23 years ago
Marc Mutz 64bc73d3ba Make decodeRFC2047String() readable: 23 years ago
Marc Mutz 5aee83179b - get rid of {encode,decode}{Base64,QuotedPrintable} by using KMime::Codec 23 years ago
Marc Mutz 2e2b7313df replace COPY_HEADER_* and COPY_DATA preprocessor macros with proper copy_from_stream template; move some other #defines around 23 years ago
Marc Mutz 1e9d9b0669 o Replace KMMessagePart::encodeBase64() (which recently won the LinuxTag 23 years ago
Till Adam 28595dda45 Make arguments const. 23 years ago
David Faure 451c863711 kmmsgbase.cpp:400: warning: cannot declare member function `static const QCString KMMsgBase::statusToStr(unsigned int)' to have static linkage 23 years ago
Till Adam 6d94654bcb - Add watched and ignored status as targets for set status filter actions. 23 years ago
Till Adam 1b4169095a Mark new mails in ignored threads as read automagically. This avoids new 23 years ago
Till Adam bc407ae671 Fix setStatus filter actions by using statusToStr which for that purpose 23 years ago
Till Adam ae304a4eda These changes do two things: 23 years ago
George Staikos 0c29257c99 another round of bugfixes courtesy of valgrind. They're all uninit variables, 23 years ago
Ingo Klcker 17b69f60f3 Encode all control characters. This will hopefully fix the problem with the broken messages which appeared on some KDE lists. 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
Ingo Klcker 98e936ae62 Don't hang in encodeRFC2047String(). This one was nasty. Note: Never ever try to find a QChar in a QCString. Whoever changed the type of dontQuote from QString to QCString needs to apologize. 23 years ago
Laurent Montel 6019f52737 Fix includes 23 years ago
Don Sanders 562fd2c507 Improved threading, including subject based threading thanks to Till Adam. 23 years ago
Wilco Greven 4955f90534 Use a QCString for the special characters. This is about 5 times faster 23 years ago
Wilco Greven dcc9961019 Make use of this temporary var a bit more. 23 years ago
Daniel Molkentin 3111ae92b4 getting rid of some unneeded QRegExps 23 years ago
Marc Mutz c7b75a05ef remove duplicate #include; #if -> #ifdef to fix compiler warning 23 years ago
Daniel Molkentin 9b71a29693 debug areas for HEAD, too 24 years ago
Zack Rusin fc624185fb static fixes 24 years ago
Don Sanders 2e95afc197 Begin integrating the kroupware branch 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
Stephan Kulow c672b480bc ported the UI changes Aaron did and make it compile in the intermediate 24 years ago
Stephan Kulow 4cdd92fd6b mainly this change: "Shave about 100,000 cycles off of KMMsgBase::asIndexString's average run time. Should make waiting through fold er compaction a bit more bearable." 24 years ago