3266 Commits (fcd86355fefa3ab4e015ad981759970da54c682f)
 

Author SHA1 Message Date
Carsten Burghardt fcd86355fe Save the open/close state of a node when it is expanded 24 years ago
Carsten Burghardt 7d087caa90 - reflect changes in kfoldertree 24 years ago
Script Kiddy 2bce563cbe CVS_SILENT made messages 24 years ago
Script Kiddy 714d495937 CVS_SILENT made messages 24 years ago
Stephan Binner 142299e56e CVS_SILENT Style guide fix 24 years ago
Stephan Binner c8eeb40323 CVS_SILENT Style guide fix 24 years ago
Michael Haeckel b27f921f3b Make it possible to get again rid of the introduction without restarting KMail. 24 years ago
Michael Haeckel 84b93f2ecb Don't crash when hitting the Del key when no folder is selected. 24 years ago
Waldo Bastian bfef069aaa Suck less. 24 years ago
Stephan Binner 5095007362 CVS_SILENT Style guide fix 24 years ago
Marc Mutz 2766f376f7 move units into spinboxes; 24 years ago
Marc Mutz f4e3a91002 add accel to maildir radio button 24 years ago
Stefan Asserhll 1a207eb9ab Enabled translation of tips 24 years ago
Till Krech da5fbe14ac Use knotify to play an arbitray sound on new mail arrival 24 years ago
Carsten Burghardt 3a63c6cdad Make sure the sent-mail folder still exists. Otherwise take the default. 24 years ago
Don Sanders e24b21d1cb Change some QASSERTs to a kdDebug, and don't trust the serial number dict. 24 years ago
Malcolm Hunter 7e93824192 Corrected typographical errors 24 years ago
Carsten Burghardt cbffa12c44 Fix Bug#44696: Saving multiple files saves only headers 24 years ago
Marc Mutz 8db2c18576 compile 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
Don Sanders 563ebebb79 Don't reassign an existing serial number to a new message. 24 years ago
Karl-Heinz Zimmer 50f8a22ebe internal AEgypten bugfix #1164: When verifying (S/MIME-) signatures in an encapsulated RfC822 mail that's included in a message I received (e.g. due to forwarding) I want to have that encapsulated signature compared to the _encapsulated_ mails From: header - *not* to the main From: header of this message. 24 years ago
Karl-Heinz Zimmer f5b1e0dba1 internal AEgypten bugfix #1166: If my mail is to be stored locally in *un*encrypted state I do not want to have it's attachment(s) stores in _en_crypted state. (fixing a stupid mistake made in my previous patch) 24 years ago
Karl-Heinz Zimmer 789afe0119 internal AEgypten bugfix #1166: If my mail is to be stored locally in *un*encrypted state I do not want to have it's attachment(s) stores in _en_crypted state. 24 years ago
Stephan Binner eeec5c74e3 CVS_SILENT Style guide fix 24 years ago
Karl-Heinz Zimmer 56e33719a0 internal AEgypten bugfix #1166: "don't allow different recipients for mail and attachments" Now we don't ask repeatedly for certificate selection for each attachment. 24 years ago
Karl-Heinz Zimmer ceb2f733be internal AEgypten bugfix #1169: Do not show signature date but only the fingerprint (to allow for opening the certificate manager) in case of NOT MATCHING signature and signed data content. 24 years ago
Karl-Heinz Zimmer c58e2e21d2 internal AEgypten bugfix #964 (again): (a) Avoid endless loop when asking for certificate for signing and (b) use the buttons name instead of "Esc". 24 years ago
Karl-Heinz Zimmer feee2a0a75 internal AEgypten bugfix #1159: change texts in signature settings dialog (on the Plug-in configuration pages) to reflect the fact that detached signing is the preferred way and opaque signing may only be used for communication with some strange windows MUAs 24 years ago
Karl-Heinz Zimmer 6b9c0ffd85 internal AEgypten bugfix #1130: don't show "No PGP Message" in color bar for encrypted/signed MIME messages. Of course this is not the real solution (that would take ages of thinking/discussing/hacking) but just a workaround: We show "SECURE MIME MESSAGE" for all messages that are either S/MIME or OpenPGP (former PGP/MIME) - but only if these messages do *not* include traditional PGP signed/encrypted data. This means currently the old "PGP Message" and "No PGP Message" texts are *not* overwritten by the new one. 24 years ago
Karl-Heinz Zimmer e8c775bb11 Oops, forgot to disable #define STRICT_RULES_OF_GERMAN_GOVERNMENT_02 24 years ago
Karl-Heinz Zimmer b124ee4e89 Sorry, forgot to adapt the mMsg -> message() transition to my piece of ifdef'ed code. 24 years ago
Karl-Heinz Zimmer 9c8d68aeee (a) bugfix: made Show/Hide MIME-TREE-Viewer according to configuration settings working again, (b) removed unneccessary sohw/hide from mainwindow (is done in activatePanners() anyway), (c) removed old outcommented code from kmreaderwin.cpp 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 061faa9278 de-activated my special debug code that was allways writing a testdat_xx1.encrypted file when decrypting MIME messages 24 years ago
Waldo Bastian d8bb38d6a8 * Stetch "Type" column in attachment pane to use up remaining width. 24 years ago
Karl-Heinz Zimmer 90f624b589 internal AEgypten bugfix #1145: I (temporarily) disabled warning that I must save the signature of a message I just sent together with the signature. This issue is subject to further discussion since it /might/ be that we _want_ to enable users to save their own messages without their signatures. At the moment also the respective configuration option is made invisible (on the Plugin configuration pages). 24 years ago
Karl-Heinz Zimmer 7ab7e44d25 internal AEgpten bugfix #966: when asking user if she wants to sign (or encrypt, resp.) her message according to configuration settings and we get the answer NO this does *not* mean that user set signing/encrypting flags are to be ignored but completely. The very meaning of this NO is just that user set flags (per attachment) are to be *believed* - instead of overriding them with full signing/encrypting like we do when she answers YES. 24 years ago
Karl-Heinz Zimmer a4f7bd1779 internal AEgpten bugfix #1155: pass QCString& certFingerprint parameter to pgpSignedMsg() function to avoid user being asked same questions repeatedly... 24 years ago
Ingo Klcker 1e6753fb1f Use mailFolder.location() instead of mailFolder.path()+'/'+mailFolder.name() and remove a linefeed from an error message. 24 years ago
Ingo Klcker fe48d9bdd7 Remove superfluous setName(mName) from the c'tor. 24 years ago
Stephan Binner 19eaac5653 CVS_SILENT Style guide fixes 24 years ago
Simon Hausmann 7ed224acc4 - don't crash. 24 years ago
Simon Hausmann e5e84ad687 +#include <kdeversion.h> 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
Ingo Klcker 07f0eeec88 Make KMail compile again with KDE_3_0_BRANCH 24 years ago
Marc Mutz 6462f72d80 recognize ftps and sftp urls (#44497) 24 years ago
Ingo Klcker 984e5216eb The regexp for the hostname was too strict. 24 years ago
Gioele Barabucci 79936a45ec KShellProcess -> KProcess + setUseShell(true) 24 years ago
Ingo Klcker 6c9467cbe3 Add validators to the host input fields of the POP/IMAP config dialog to prevent stupid things like spaces in hostnames (this really happened.). Currently only a-z A-Z 0-9 + and - are allowed. Is this to strict? 24 years ago