509 Commits (cdb3d99f65e4818bc59fdbf86ac3e779bbeeb0fc)

Author SHA1 Message Date
Till Adam c82ac86a1e Don't crash when changing folders during filtering. 23 years ago
Zack Rusin 3c79dfd18d Switching to the moved files :) Thanks David! 23 years ago
Zack Rusin 127de060e1 Reworking the undo handling a little bit. Now if you move 200 messages to 23 years ago
Stephan Binner a927b2ef85 CVS_SILENT i18n style guide fixes 23 years ago
Till Adam 5a96b2f423 o fix opening of already existing search folders after re-applying the 23 years ago
Marc Mutz 61012388f3 Fix some warnings when compiling with --disable-debug (-DNDEBUG). 23 years ago
Till Adam 6cfbdb1dd6 Speed up deleting messages by not reparenting children of messages that 23 years ago
Marc Mutz b91e12e849 tiny cleanups 23 years ago
Zack Rusin 724b8e6b05 Cleaning up headers. Trying to make the "config.h" -> kmail headers -> 23 years ago
Scott Wheeler 2aa3a5f318 Don't resize unless it's already full (pointed out by Till) 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 ae18fe581b o deselect all but the parent when opening a thread via slotExpandThread 23 years ago
Ingo Klcker ff118c1ffa Fix bug 57660: 'send again' does not copy the BCC address 23 years ago
Zack Rusin 67be817b08 Crash fix : 23 years ago
Stephan Kulow b8cfc50618 kbusyptr is completely dead now, the internal stack isn't needed as QApplication 23 years ago
Till Adam cf5ea988de Select the whole thread when selecting the parent of a closed thread. 23 years ago
Till Adam c6fc07565a - remove unnessecary resizing of dicts 23 years ago
Till Adam cd0968d954 Remove unnecessary data structure resizing and make sure they are cleared 23 years ago
Till Adam bebac16f78 Don't do threading voodoo on empty folders. 23 years ago
Till Adam bbdb7b0dc4 Make threading by subject an on-by-default per folder option. 23 years ago
Till Adam c651b251cd Rethread messages correctly on add and remove. 23 years ago
Zack Rusin 995acd54ab Not used anywhere -> remove. 23 years ago
Ingo Klcker 1764b25f60 whitespace fixes 23 years ago
Don Sanders 562fd2c507 Improved threading, including subject based threading thanks to Till Adam. 23 years ago
Antonio Larrosa Jimenez 9a7ebcb078 Replaced comparisons to "" by using isEmpty() 23 years ago
Ingo Klcker c506313d78 Use the new KMMessage::stripOffPrefixes instead of KMMsgBase::skipKeyword to generate the sorting key for sorting by Subject. skipKeyword only stripped off the first prefix (actually it stripped of any word followed by a colon, so it also stripped off unknown prefixes, but as the user can define additional prefixes it's no loss that with KMMessage::stripOffPrefixes only known prefixes are stripped off). Now sorting by Subject works correctly with subjects that start with multiple prefixes like 'Fwd: Re:' and 'Re: Re:'. KMMessage::stripOffPrefixes will also be useful for threading by Subject. 23 years ago
Don Sanders 57c6cb3d44 Don't delete and recreate the search folder when searching, instead just 23 years ago
Zack Rusin 4536a5a41d Heh, that's pretty funny. Speeds up expiring and general deletion of messages 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 5fcaa04a43 Forwardport fix for bug 53757: kmail crash with shift+left/right arrow (in empty folder) 23 years ago
Zack Rusin eff08f3f1d Can be nil (my index.sorted was deleted and kmail keeps crashing unless, 23 years ago
Don Sanders 8e292a75d8 Improve the previous prevent IMAP messages from scrolling to the top 23 years ago
Don Sanders 24b8cf8a12 Fix messages on IMAP servers scrolling to the top when new messages 24 years ago
Dirk Mueller fcb57183c4 fix includes 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
Carsten Burghardt 4f6c6d10b2 Fix bug# 51601 and make sure the scrolling-bug stays fixed 24 years ago
Laurent Montel 752f795ca1 Fix includes 24 years ago
Stephan Kulow e6461866a8 ported Don's KMKernel::config into HEAD 24 years ago
Carsten Burghardt 699f75db57 Fix Bug 44014 (Kmail Status Line Unread Count incorrect) by connecting the numUnreadMsgsChanged-signal to setFolderInfoStatus. Reviewed by Ingo. 24 years ago
Carsten Burghardt 6762b56b05 Fix undo: do not pass kmheaders to the move-command and therefore leave the current selection 24 years ago
Michael Haeckel fb4ab29117 Correctely unselect messages when selecting several messages with 24 years ago
Ingo Klcker f1ba5930cd Only restore the layout of the header pane in the c'tor and not after the config is reread after closing the config dialog 24 years ago
Marc Mutz 0b9e01305b janitorial: more "x" -> 'x' changes (x is a single char), in files where it's used with QString::find() or ::contains(). Anyone wants to do the rest (for correctness)? 24 years ago
Ingo Klcker 968229be2e Fixes bug 49784 by replacing the question mark icons which indicate unknown signed/encrypted status of messages with better icons 24 years ago
Michael Haeckel b21ab4ac8f Finally apply the patch from Alexander Neundorf <alexander.neundorf@gmx.net> 24 years ago
Scott Wheeler 75f4674a5d Don't segfault when headers->folder()->getMsgString(mMsgId, cstr); doesn't 24 years ago