6917 Commits (c8efe4bb40c1f760e1d6dbcf468c680bed69ca7a)
 

Author SHA1 Message Date
Marc Mutz c8efe4bb40 How could this ever compile? format() didn't override KMail::Interface::BodyPartFormatter::format() at all, and that one is pure virtual... 22 years ago
Andreas Gungl f4b90ebd8c Backport fix for missing filter actions after application switch in Kontact 22 years ago
Andreas Gungl 7ec9c0bf41 Backport the improved handling for the dynamically 22 years ago
Karl-Heinz Zimmer e201c893b9 Bugfix (aegypten #39): When pressing 'T' in the draft folder, to edit a previously saved mail before sending it, we now get preselected the Crypto Module which we had used when saving that mail. 22 years ago
Ingo Klcker 3be6796ec7 Fix bug 91132 (attachment is not added to message when message with attachment is forwarded inline) by reverting the 'fix for aegypten issue39'. As Marc wrote in his cvs comment about the AttachmentCollector: 'Rough estimation of an attachment extractor. It probably fails in a thousand cases, but for what I wrote it (re-editing of signed/encrypted mails), it works surprisingly well already.' Well, that's probably the only case for that it actually works because obviously excluding all multipart/* message parts (isInExclusionList() returns true for all of them) can't work because attachments are always inside a multipart/* message part. Also the values of mDiveIntoEncryptions, etc. are not used. In its current state AttachmentCollector isn't even ready for HEAD let alone for a stable branch. 22 years ago
Bo Thorsen 09174269fb From HEAD: Expunge did not tell the resources that something had changed. This is fixed now, and the slots have been put into one generic slot 22 years ago
Bo Thorsen 1d8d8f1b0a Let the expunged signal say where it came from. Required for my upcoming bugfix 22 years ago
Marc Mutz d95e73f286 - config.h must be first 22 years ago
Ingo Klcker 676e306d97 Backport of 22 years ago
Till Adam 8c15ff62d9 Disable wordwrap in the composer for all inline invitation mails, not just 22 years ago
David Faure 210a31b320 Testing for oddness is done with %2 or &1, but not &2 :) 22 years ago
Laurent Montel b65d66909b Backport fix mem leak 22 years ago
Andreas Gungl 8a8ee8d75b Backpport: Fix searching when the header field in question is 22 years ago
Till Adam 36d2368e91 Set the identity in the composer window, not just the from. 22 years ago
Karl-Heinz Zimmer 28e35434dc reverting my commit: should not go into 3.3 branch 22 years ago
Karl-Heinz Zimmer b510980f65 Bugfix: Make sure we detect when a read message, which we just decrypted, was encrypted using a for-signing-only key. (aegypten issue #220) 22 years ago
Karl-Heinz Zimmer 1c4d508400 Bugfix: Make suer we detect when a read message, which we just decrypted, was encrypted using a for-signing-only key. (aegypten issue #220 22 years ago
Bo Thorsen e7ee58cfcc Put in a working email address 22 years ago
Bo Thorsen 84bb6b9769 Ported the proko2 changes of my last commit 22 years ago
Bo Thorsen 22a56f34e0 Backport: Don't use dcop to call a library method 22 years ago
nobody a405d1751f This commit was manufactured by cvs2svn to create branch 22 years ago
Bo Thorsen 756ae90f58 Don't use dcop to call a library method 22 years ago
Ingo Klcker f1b7e8da72 Backport of CVS commit by kloecker: 22 years ago
Ingo Klcker 42b8a04640 Partially revert moving the folder tree reloading to the end of the method because the folder tree has to be loaded in any case. This fixes the non-visible folders after starting KMail when the intro is shown. 22 years ago
Andreas Gungl 074a9c53ef Handle switching between Kontact parts gracefully with respect 22 years ago
Bo Thorsen e4a0615bb6 From the branch: This would appear to be a very big change, but in fact it does absolutely nothing. It just removes an obscene amount of old kroupware code that is no longer used. There are no changes in this patch. 22 years ago
Bo Thorsen a9a4b2ee45 This would appear to be a very big change, but in fact it does absolutely nothing. It just removes an obscene amount of old kroupware code that is no longer used. There are no changes in this patch. 22 years ago
Script Kiddy 9e1f193fee CVS_SILENT made messages 22 years ago
Till Adam 8304945802 Finally fix aegypten issue39 by only using the body itself as a text part 22 years ago
Script Kiddy b5a4c9e9a7 CVS_SILENT made messages 22 years ago
David Faure 7d8d84799a Kolab annotation fix: always preserve ".default". https://intevation.de/roundup/kolab/issue406 22 years ago
David Faure 415b2af8a4 Separate 0 from 1-and-many plural form, necessary for french (which uses the "1" form for "0" too) 22 years ago
Martin Koller d02396e431 Fix the problem with unwanted appearance of hidden columns by disabling automatic stretching 22 years ago
Till Adam 5a791ba4fa Don't clear the readerwindow when new mail arrives in an imap folder. 22 years ago
Till Adam b624e920de Backport of: 22 years ago
Till Adam c084c93aad When making a connection to an imap server fails, set an error condition 22 years ago
Ingo Klcker 0f841fec00 grmbl. applyMainWindowSettings() is already called in the completely inappropriately named setupAccel(). 22 years ago
Script Kiddy fc26eb3859 CVS_SILENT made messages 22 years ago
Ingo Klcker c422a514fc No fixed size for the separate reader window and actually apply the MainWindowSettings that we do already save in the d'tor. 22 years ago
Till Adam 5749c6bb9f i18nify two strings. (backport revision 1.72) 22 years ago
Till Adam 77f92f4210 i18nify two strings. 22 years ago
Till Adam e9f5f82aea Don't clear the reader window when new mail arrives in an imap folder. 22 years ago
Till Adam 8456ec5d05 Don't crash when trying to write empowering and educational messages to (backport revision 1.71) 22 years ago
Till Adam 9175e61648 Don't crash when trying to write empowering and educational messages to 22 years ago
Script Kiddy 0a01db9958 CVS_SILENT made messages 22 years ago
Ingo Klcker 2f1935dc04 That's no longer necessary. KMainWindow does it for us. 22 years ago
Karl-Heinz Zimmer 27e544ee06 Bugfix, preparing fix of aegypten bug 167: Make sure we do not ignore inline PGP encryption, if we want to store a read message in decrypted form. (note: This is a temporary solution to be exchanged by 1 line when the ObjectTreeParser is completely using the Kleo library. 22 years ago
David Faure bdeb6e917f Don't strip .default when no groupware functionality is enabled (yet). Last part of issue406. 22 years ago
David Faure 96f8c7cb52 Forward-port annotation fixes for kolab issue406 22 years ago
David Faure 1487ebbe19 Interestingly, there was no way to get the idString of the parent folder of a given folder. 22 years ago