526 Commits (bb2e28be0590ed4414d51133b22a69e785e28da7)

Author SHA1 Message Date
Daniel Molkentin 2f118feed6 constant usage of QFile::encodeName() when dealing with files. Boy that was a wild mix before... 23 years ago
Till Adam 98b171b496 o Update the folder and message actions not only when the corresponding 23 years ago
Zack Rusin 4dbeffed6f Introducing KMSaveAttachmentsCommand - proper implementation of "Save All Attachments". 23 years ago
Helge Deller 289c449617 avoid hardcoded font names 23 years ago
David Smith 8da570948a Change LoopOnGotoUnread from true/false to a list Don't loop/Loop in current 23 years ago
Till Adam ad84de5807 Convert the "mark message as foo" and "mark thread as foo" to 23 years ago
Till Adam 0b2dfd439b - make markAsRead perform as advertised and not do mark as Old 23 years ago
Till Adam d3ed0375c5 Extend the option to open threads with new, unread or important messages 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
Ingo Klcker 32e894f23d kmmsgold is now known as kmmsgread 23 years ago
Till Adam ae304a4eda These changes do two things: 23 years ago
Till Adam eb8610878e Fix duplicate actions correctly this time. Hopefully. 23 years ago
Helge Deller af2967c020 roaming user fixes & some small cleanups 23 years ago
Marc Mutz 8552075c1c Make KMMessage inherit privately from KMMsgBase and provide an explicit toMsgBase() cast method. As posted on kmail@kde.org 23 years ago
Till Adam db0d3790aa Make sure that either a next message exists, when one is removed from the 23 years ago
Ingo Klcker 6d7a415cf3 Center the current header after going to the previous/next message with Left/Right. Consistent with behavior after 'Go to previous/next unread message'. Furthermore one now sees the next message if one browses the messages with the keyboard. 23 years ago
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