217 Commits (d41e1d8d39cf89b1ba9f03737618c5ee9e66537a)

Author SHA1 Message Date
Michael Haeckel d41e1d8d39 Due to popular demand we now have the "Set Status" submenu also in the RMB menu 26 years ago
Michael Haeckel 571b143e0b Patch by Ingo Kloecker <ingo@mathA.rwth-aachen.de> 26 years ago
Michael Haeckel 79fd268453 Fix drag cursor problem when a password dialog from pgp appears during message 26 years ago
Michael Haeckel ec6694da87 Hopefully last major charset improvement. 26 years ago
Michael Haeckel 4500a41be2 Patch by Guillaume Laurent <glaurent@telegraph-road.org>. 26 years ago
Reginald Stadlbauer b765e0ff3a Faster folder switching 26 years ago
Matthias Ettrich 7ddbde5eae Don's threading speedup fix. Works fine. 26 years ago
Don Sanders af7b051c81 Large patch from Denis Perchine and Jacek Stolarczyk to add 26 years ago
Michael Haeckel cd545ebedd Add icons to the RMB menus of the reader window and the headers. 26 years ago
Don Sanders 6e88ce077a Prevent message skipping 26 years ago
Don Sanders fb21cc9bd5 Patch from Michael Hackel, prevents crash. 26 years ago
Don Sanders bb0025889e Fix critical crash when changing folder bug introduced recently. 26 years ago
Matthias Hoelzer-Kluepfel 03d1f54090 Make it compile. 26 years ago
Don Sanders b725d15e65 Fix #3951 Next unread sometimes skips messages in threaded mode. 26 years ago
Jason Stephenson df94deabe9 Change message saving function to write only email address in From_ line. 26 years ago
Don Sanders 59f5371218 Extremely lame safety patch. When messages are moved, reset the message 26 years ago
Don Sanders f2dfac6105 Handle some pathological drag and drop cases. 26 years ago
Hans Petter Bieker 0007cd8b56 Cleaner compilation. 26 years ago
Don Sanders 6acb7f5637 Ok Rik I removed the note as the reused code has been removed. 26 years ago
Rik Hemsley 10e8eb4d4e Noting that there doesn't actually seem to be any Qt code in here. 26 years ago
Daniel Naber 1c0cb7ad5f fix #6885 26 years ago
Don Sanders 6ee318b5af New messages should be red by default, unread should be blue 26 years ago
Waldo Bastian 083246f993 WABA: Change colors appropriately when a color scheme changes. 26 years ago
Don Sanders 24a88af9fe Try to fix non-reproduceable crash that occurs sometimes when deleting 26 years ago
Don Sanders 716c109676 Ported main window to kaction/xml-gui stuff with a lot of help from Simon. 26 years ago
Don Sanders 934c74cf94 More code tidy ups, my mother would be pleased. 26 years ago
Don Sanders c1b5c7819b Avoid warnings. 26 years ago
Kalle Dalheimer 9c2178bc9e #include <stdlib.h> 26 years ago
Don Sanders cc1133dfff Sacrifice collapse/expand ability of list view items for sensbile double 26 years ago
Don Sanders 4da1afa669 Quick message size column cleanups 26 years ago
Don Sanders 1b6df414c2 Fix infinite loop when displaying message size and some messages are zero 26 years ago
Don Sanders 7c7f53b67a Fix bug #? 26 years ago
Don Sanders 296e4f9875 I spent a couple hours trying to track down what I thought was a qlistview 26 years ago
Don Sanders e79aac9d9b Use kmheaders::setShowSortIndicator. 26 years ago
Don Sanders 38006ec3a4 Don't use simpifyWhiteSpace on the date field as it looks bad when using 26 years ago
Jason Stephenson 9f7e4bb5b9 Change From_ line printing 26 years ago
George Staikos 504981d5e5 MIME Digest forwarding is complete, as is forwarding of multiple emails 26 years ago
Daniel Naber 242717cbf9 replaced stripWhiteSpace() with simplifyWhiteSpace(), so the 26 years ago
Bernd Gehrmann 5ef31f8543 KGlobal <-> KGlobalSettings <-> KApplication & KButtonBox cleanup 26 years ago
George Staikos 56aa517f1e text typo in MIME fixed. 26 years ago
George Staikos b4f0feaf3f put in the hook for mime digest forwarding. It's just a stub right now 26 years ago
Don Sanders a6e3116b0f Stop KMail from making X eat CPU when no message is current. 26 years ago
Don Sanders 2eb1d8dc94 Fixed undo/redo problem, in a not very nice way (using msgIdMD5 as a message UID) 26 years ago
Don Sanders 9ecc580bef Do the same thing for deletion in applyfilters 26 years ago
Don Sanders b8c4fbccc1 Cludge at trying to fix deletion problem. 26 years ago
Don Sanders 843ddf31f5 Nice speed up for threaded messages. 26 years ago
Don Sanders 4ae2d24009 Some speedups for threading that didn't really speed anything up (but are 26 years ago
Don Sanders ab0afbf91c It turns out deleting a QListViewItem (in the normal way) is about 10 times 26 years ago
Don Sanders f13a9ed54c Converted some 'const QString' to 'const QString&' 26 years ago
George Staikos ed7a77d9b4 fixed the crashing bug on emptying a folder. 26 years ago