28 Commits (3c90a0e8c44db7c2794de68c01d1d897b083cc1c)

Author SHA1 Message Date
Marc Mutz a47366543b Make showOneMimePart, keepEncryptions and includeSignatures members instead of parameters. 24 years ago
Marc Mutz f387518ce5 oops, forgot to remove obsolete parameter here 24 years ago
Marc Mutz 7f3c932ade "Replace parameter with member" again. Don't pass the cryptPlug to use down the function call hierarchy, but save it in a member variable 24 years ago
Marc Mutz 01a4287821 "Replace parameter with member" (dunno if that exists yet). This time it's requestStringPtr that stank. ;-) 24 years ago
Marc Mutz f71aaf8edd Make ObjectTreeParser a class instead of a namespace: 24 years ago
Marc Mutz 57e48e931f More refactoring: 24 years ago
Don Sanders 2cf1ed8953 Integrate a subset of the changes in the make_it_cool branch. 24 years ago
Ingo Klcker 84f4965f64 Revert HEAD to KDE_3_1_BRANCH. Of course I didn't remove any files that where added to HEAD. 24 years ago
Stephan Kulow e6461866a8 ported Don's KMKernel::config into HEAD 24 years ago
Ingo Klcker d616951db2 Replace NULL and 0L with 0 everywhere and clean up some delete foo 24 years ago
Karl-Heinz Zimmer c76ef480b7 Crypto bugfix: enable us to verify signed mail that is embedded in an old-style (non-multipart) Digest message. 24 years ago
Stephan Binner 0e8c9a69e7 CVS_SILENT Style guide text fix, use "cvslastchange" or X-WebCVS header to view 24 years ago
Marc Mutz 00408fa3ce - #include "kmcomposewin.h" 24 years ago
Marc Mutz 7b08511f34 CCMAIL: kmail@kde.org 24 years ago
Don Sanders 4b3f78176b Reverting all my recent changes as requested by Michael. 24 years ago
Marc Mutz 55624177db icons for the mime tree viewer. I opted to special-case multipart/* and assign a folder icon for that and leave the "raw" mimetype (at least until someone writes up good comments ;-) 24 years ago
Marc Mutz 5055f18c44 KIO::convertiSize() the size of attachments in the mime tree viewer 24 years ago
Marc Mutz bcc949dbfd KMMimePartTree is now a KListView (was QListView). Fixed sizing of columns; some indention fixes in the .h file 24 years ago
Don Sanders 05cde7e1a7 Code cleanup, make various actions (reply, replyall, etc, etc) independent 24 years ago
Carsten Pfeiffer be5e7bf43d - centralize CryptPlugWrapperList in KMKernel to fix ownership problems 24 years ago
Don Sanders a42a0b3da3 Users keep on finding new ways to crash KMail by causing KMReaderWin::mMsg 24 years ago
Karl-Heinz Zimmer 1a999380ff internal bugfix #1079 "Reply to encrypted mail quotes binary garbage" This also aplies to forwarding of mails. Current status: We now parse the complete message through the partNode helper classes in order to find the first TEXT part, this part is taken for replying or forwarding. (probably some adjustments/imporvements to this can be done - I will look for these after LinuxTag 2002) 24 years ago
Stephan Kulow 2892d05a1b including config.h as first include (it defines quite some controlling defines) 24 years ago
Karl-Heinz Zimmer 764cd65555 Bugfix: Do not run into endless loop when double clicking on top-most entry of Mime Part Tree viewer. 24 years ago
Marc Mutz c312b6cc82 preset the filename in the filedialog with save as... and save encoded as... 24 years ago
Zack Rusin c2eb573521 Fixing #41777 and removing double setShowToolTips(true), Karl was there any technical reason for calling it twice? 24 years ago
Marc Mutz 8546368d31 - removing dead code in configure dialog 24 years ago
Karl-Heinz Zimmer d17c8a6946 a) Merged AEGYPTEN_BRANCH additions into HEAD branch. 24 years ago