42 Commits (4c8e552d147a2258cc693e8a020a11eb98aaa0ab)

Author SHA1 Message Date
Marc Mutz 7af7144a79 CVS_SILENT remove unused code 23 years ago
David Faure f121b2a84a Now it compiles. 23 years ago
David Faure d853e2f0c4 Fix as suggested by Ingo 23 years ago
David Faure 1b0d0de95f Merge "Save As" and "Save Selected Items", factorize code. 23 years ago
Zack Rusin 9acb8faf8b Save all _actual_ attachments. But Ingo is right this whole code should be moved 23 years ago
Dirk Mueller 4e03bcdbde speling fixes. some also modfiy API functions, but those are not in installed 23 years ago
David Faure a163222653 When saving multiple items ("selected" or "all"), and the destination already exists, 23 years ago
Marc Mutz b31d1702f6 - change text shown for app/octet-stream. Was: "Unknown", now is: "Unspecified Binary Data" 23 years ago
Stephan Binner a927b2ef85 CVS_SILENT i18n style guide fixes 23 years ago
Zack Rusin b128a466e2 Lets try this : major include's cleanup. Should shave a few mins of kmail's compilation. 23 years ago
Laurent Montel 9a65e33350 Fix mem leak. 23 years ago
Laurent Montel 071ccdea01 Add function to "Save All" attachment. 23 years ago
Zack Rusin 40d3418693 "Necessity not the mother of invention". ok, this is not exactly ground breaking 23 years ago
Ingo Klcker 46cf9121ea Forward port of the fix for bug 53975: KMail reports unsigned messages as signed 23 years ago
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