566 Commits (1c9154e8f4da88df6fda2c519d2feb33eee20430)

Author SHA1 Message Date
George Staikos 9cd3bf170f I am plagued with these crashes. Anyone know what the correct fix is? 23 years ago
Carsten Burghardt c7ce455fbe Make sure that we get no crash from that thingy 23 years ago
Till Adam 735a222b13 Get rid of blockSignals() and fix a race crash by changing the way deleting 23 years ago
Till Adam b9aa52983f Make KMMoveCommand emit a completed(bool success) signal by hooking the 23 years ago
Ingo Klcker 4d448db47f Change 23 years ago
Till Adam aabc419296 Don't try to simply select itemBelow() as a next message in msgRemoved but 23 years ago
Ingo Klcker f41323d9d6 Fix my fix: Don't mark messages as to-be-deleted too early. 23 years ago
Ingo Klcker d485926064 Fix wrong usage of i18n. 23 years ago
Till Adam a9c91355b0 Make messages that are about to be deleted (moved out of the folder, for 23 years ago
Till Adam 34f978457b Don't rely on the message id (in the folder) for setting the next message 23 years ago
Ingo Klcker ff7f189a68 Make the width of the frames of the panes in KMail dependant on the widget style so that it (hopefully) looks good with all styles which define a reasonable default frame width. Tested with Keramik and dotNET. Based on a patch by Chris Lee. 23 years ago
Till Adam 7a1297cfcb From the "how many bugs can there be in 8 lines of code?" series here's 23 years ago
Stephan Kulow 6179ff8bbd my usual test case "click in a search folder over an IMAP folder while the 23 years ago
Scott Wheeler 5f910d07b6 initialize this value (since its assignment is in a conditional) 23 years ago
Till Adam 75ac601f40 Hopefully fix sorting issues Scott and Aaron were seeing and add some 23 years ago
Till Adam 2e7c90b799 Remove the reliance of KMMoveCommand (and friends) on the headers. The move 23 years ago
Till Adam ffe4e32224 Allow the user to place the message preview pane either below the messages 23 years ago
Till Adam 43feb9e3d5 Make the timing macros output meaningfull names again. 23 years ago
Stephan Kulow 4cbee4beb5 be less annoying 23 years ago
Till Adam a7a75c52b0 Do the second half of the "sort descending inside threads while sorting 23 years ago
Don Sanders aaaba78777 Fix crash when apply filters to a search folder. 23 years ago
Till Adam d6dd2ef9a7 Speed up changing into folders by about a factor 3 by removing an optimi- 23 years ago
Till Adam 07b2c87d62 o change the semantics of sorting by date in ascending order to sort top 23 years ago
Till Adam 56e8252702 Make sure turning threading on if it was previously off leaves the current 23 years ago
Till Adam f0aec95ac9 Remove premature optimization that turns out to make an invalid 23 years ago
Till Adam 218ce501b9 Move around some stuff so only the necessary bits are protected by 23 years ago
Dirk Mueller f0570a3489 speling fixes 23 years ago
Till Adam af67a7e62f I'd rather not talk about this one, thankyouverymuch ... 23 years ago
Till Adam 3f7bfe8942 o update the .sorted file when a perfect parent for a message is added so 23 years ago
Till Adam d243d0bdb6 Use KMHeaders::isThreaded() which, I assume, was conceived for that 23 years ago
Till Adam b0ce22488f Don't crash when moving a bunch of messages with duplicates via filters 23 years ago
Till Adam 26a308f401 In order to get Ingo's Folder of Doom to thread correctly, I had to 23 years ago
Till Adam 6030d95a78 Write more correct sorted files and don't attempt to find parents for the 23 years ago
Till Adam f44b8367c9 Crash fix. Only access pointers used for threading when threading is on. 23 years ago
Till Adam 54faf09aa3 Remove debugging output. 23 years ago
Till Adam 6abb6bc17d Refactor and enhance the threading code in the following ways: 23 years ago
Till Adam 9c9eec4fc9 Remove use of filler icons for messages that are not signed and/or not 23 years ago
Till Adam e97c45507e - clear the list of imperfectly threaded messages at a better time 23 years ago
Till Adam a9381a5f93 Make "loop in all folders" the default for "goto next unread text/message". 23 years ago
George Staikos b2dd696186 received a crash here, not sure why the ptr was null. Leaves a note for devels 23 years ago
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