470 Commits (e01df639a7e6ce17776dd2cbc8e243fdcff8d2fc)

Author SHA1 Message Date
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
Zack Rusin be57b40ebf Scoring cleanup. 24 years ago
Carsten Burghardt ff80f4e450 Fix multiple undos, fix threading after undo, make undo a KMMoveCommand, make the undostack a QObject and make it emit signals on changes. Correct the default sizes of kmmainwin. Reviewed by Ingo. 24 years ago
Ingo Klcker d616951db2 Replace NULL and 0L with 0 everywhere and clean up some delete foo 24 years ago
Ingo Klcker 648468e826 Make sure that messages which are sent again get a new Message-Id 24 years ago
Ingo Klcker 30e1f40ba6 Make displaying the receiver column work again: 24 years ago
Michael Haeckel 95ef6a8e1c Make coolo's commits compiling. 24 years ago
Stephan Kulow 00678038de preventing crash. not sure how it could happen, but the check for 0 24 years ago
Stephan Kulow 7e8f2697ac more initializing 24 years ago
Stephan Kulow a760433281 one char* less, perhaps somewhen kmail uses only three string types 24 years ago
Stephan Kulow 9070383368 do readConfig() only after having finished initializing variables 24 years ago
Stephan Kulow 4fb4e9d67f There is a "&Don't ask again" in the same dialog 24 years ago
Don Sanders 6beaef3698 Fix a bug in my last bugfix. 24 years ago
Don Sanders b873aa25a7 KMail seems to be crashing lots in threaded mode when deleting mail. 24 years ago
Marc Mutz 7242ca9f53 mPopup was never deleted 24 years ago
Michael Haeckel 8682af9851 Move the KMCommand changes back in as it was the general agreement. 24 years ago
Michael Haeckel a786a709c8 Scoring is dead. 24 years ago
Don Sanders 4b3f78176b Reverting all my recent changes as requested by Michael. 24 years ago
Michael Haeckel 7d98570ab4 Don't allow editing mails in the outbox while sending is in progress. 24 years ago
Don Sanders 05cde7e1a7 Code cleanup, make various actions (reply, replyall, etc, etc) independent 24 years ago
Marc Mutz 106193aaf0 These aren't needed, too... 24 years ago
Ingo Klcker 73de10cd41 Fix usability bug #47123: send again of encrypted message does not decrypt it 24 years ago
Ingo Klcker 6615a799d3 GUI cleanup for more consistency with other applications (based on patch by Martin Koller) 24 years ago
Carsten Pfeiffer be5e7bf43d - centralize CryptPlugWrapperList in KMKernel to fix ownership problems 24 years ago
Malcolm Hunter a8ae62ef6d Fixed plural form 24 years ago
Carsten Burghardt 39cbf8df78 do not scroll the currently displayed imap-message to top if new mail arrives 24 years ago
Ingo Klcker ef1ea5b6e7 Patch by Martin Koller <m.koller@surfeu.at> which adds a real (irrevocable) delete action to KMail. The old 'Delete' action is renamed to 'Move to Trash'. The default bindings for 'Move to Trash' are still 'D' and 'Del'. The new 'Delete' action is bound to 'Shift+Del'. 24 years ago
Waldo Bastian 0d6e31a5d8 Make alternative background color configurable. 24 years ago
Ingo Klcker 7c55b9d895 Initialize a message which is Send Again with the identity stored in the X-KMail-Identity header and not with the default identity: 24 years ago
Marc Mutz c2bad6a7ae disable crypto icons by default. Profile "most secure" has them 24 years ago
Michael Haeckel 84b93f2ecb Don't crash when hitting the Del key when no folder is selected. 24 years ago
Carsten Burghardt cbffa12c44 Fix Bug#44696: Saving multiple files saves only headers 24 years ago
Marc Mutz 0cc31e53cd Swap keybindings for forward and forward_as_attachment; use message_forward instead of individual forwards for popups. 24 years ago
Carsten Burghardt 4d416f2a6f Rather heavy rework of the foldertree. It's now based on a new widget "KFolderTree" in libkdenetwork. 24 years ago
Karl-Heinz Zimmer 86852934b3 Have KMail show the decrypted message after it has been stored localy instead of the encrypted message we received originally. 24 years ago
Carsten Burghardt e303b4b923 - all columns resize equally 24 years ago
Waldo Bastian aaf4e7abf8 Notify reader window that its message might get deleted. 24 years ago
Karl-Heinz Zimmer f88458aa88 pre-check-in (feature implemented but disabled): (a) Enable storing of own encrypted mails in unencrypted form after they have been sent. (b) Enable storing of received encrypted mails in unencrypted form after they have been read. NOTE: This feature can be disabled via #define clauses at the beginning of kmreaderwin.cpp (or kmcomposewin.cpp, resp.) and I did so now because implementation is not fully finished (still chrashing). 24 years ago
Don Sanders ca83c474f0 Fix very slow sorting of the status field. 24 years ago
Carsten Burghardt 45c137360e Re-enable multiple-imap forwarding 24 years ago