3435 Commits (8d1745d59f1663d61918bc551cf183bf2fa65a65)
 

Author SHA1 Message Date
Marc Mutz 8d1745d59f prefer direct connects over implementing trivial slots 24 years ago
Marc Mutz aefdbec011 missed setBuddy() calls 24 years ago
Marc Mutz 78cd39eccb adding accels 24 years ago
Malcolm Hunter bceb0312b5 CVS_SILENT Consistency of words 24 years ago
Marc Mutz e3b294c698 adding a separator between reply,forward and delete,move_to_trash actions in the toolbar; add configure KMail action to toolbar 24 years ago
Kalle Dalheimer 641632ebbf Fixed Ägypten #1149#: disable Add Plugin button when there is no name or location 24 years ago
Script Kiddy 9eb9ee3f3a CVS_SILENT made messages 24 years ago
Kalle Dalheimer 39629d6e75 Ägypten bug #1144#: Allow up to 999 days for certificate expiry 24 years ago
Marc Mutz 9518194939 wordwrap doesn't make sense in a "view source" window 24 years ago
Ingo Klcker a2cd88662c Make cancelling PGP operations work correctly (patch partly by Carsten Pfeiffer) 24 years ago
Michael Haeckel 91fd2aa496 Display the bcc header if present also in fancy, standary and brief headers 24 years ago
Michael Haeckel 9cb2012931 Fix statusbar message for number of new messages. 24 years ago
Laurent Montel 51e2b64db7 Disable/enable ok button when sendmail location is empty 24 years ago
Stephan Binner bbbe462304 CVS_SILENT Style guide fix, use "cvslastchange" or X-WebCVS header line to view 24 years ago
Malcolm Hunter 1f3d5eccc2 CVS_SILENT Corrected typographical errors 24 years ago
Karl-Heinz Zimmer 01982abab6 Bugfix: Thread old style "Content-Type=application/pgp" like plain text to handle this kind of clearsigned messaged correctly. 24 years ago
Carsten Pfeiffer e691d27208 fix warning 24 years ago
Carsten Pfeiffer fcb9eb20a2 some cleanup + potential crash fix 24 years ago
Marc Mutz 0fd768673b Moving Aegypten config stuff into a dialog of it's own - like we discussed ages ago when Aegypten started off *hint hint*. Not part of build yet. 24 years ago
Ingo Klcker 6ae3fc833e Make D the primary shortcut for 'Move to Trash' 24 years ago
Ingo Klcker 076781c165 I like 'Untrusted Message' (as proposed by Waldo) better than 'Unsigned Message'. 24 years ago
Karl-Heinz Zimmer 7c18fd6c18 Changed my irritating color bar string "Insecure Message" into "Unsigned Message". 24 years ago
Malcolm Hunter 8664f19f36 CVS_SILENT Consistency: Ok -> OK 24 years ago
Waldo Bastian b1c7ef6952 Remove unused code: 24 years ago
Marc Mutz b8a69af4c5 show identity name in caption 24 years ago
Carsten Burghardt d27d1fcc5d Close filehandle after operation to avoid problems when opening large imap-accounts.Checked by Ronen Tzur 24 years ago
Carsten Burghardt 7b5a513221 errorText is what we want and not errorString, this fixes those strange duplicate error messages 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
Marc Mutz c370a621eb call slotModifyIdentity() from slotNewIdentity() 24 years ago
Marc Mutz 5daa7120ce save dialog size 24 years ago
Marc Mutz 4e797440a9 reverting, since it breaks compilation on 3_0_BRANCH and was never ack'ed by a KMail developer. We (well, at least _I_) want to get stuff done, not clean up other people's mess even more :-(( 24 years ago
Marc Mutz f73015ce71 absorb Fwd:/Re: stripping code into a new method cleanSubject(). Used in createReply() and createForward() 24 years ago
Marc Mutz 0f313eb0f5 mention subject prefix entries are now regexps 24 years ago
Carsten Burghardt 5ac5730197 Remove the KMFolderTreeItem parameter from KMFolderImap as the folder should not mess with the view 24 years ago
Marc Mutz f5828d98b4 Everytime before a release, Marc goes through the ConfigDialog and cleans the stuff people put there. It's always funny what they left there. This episode is about how adding everything to one tab grows the dialog so much that users with a 1024x768 screen get the "big and grey, big and grey" feeling of Arthur Dent. It is also about how splitting such a tab can reduce the size again ;-) I'm talking about Appearance->Layout. Suggestions for a better title of the new tab welcome. 24 years ago
Marc Mutz b9770d7555 A tab widget with a single tab looks so damn stupid -> Made the FolderTab a FolderPage; removed dead code 24 years ago
Lubo Luk edeeb92ed8 Some LDAP-related code moving to libs. 24 years ago
Michael Haeckel 1d5354d2f8 Readd summary displaying of the new mails in all accounts. 24 years ago
Malcolm Hunter fc40991793 CVS_SILENT Corrected typographical errors 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
Marc Mutz f2503c729e some #include cleanups 24 years ago
Michael Haeckel b7337b9452 Make the progress bar working correctely even when downloading more than 24 years ago
Marc Mutz f748feca4c double click == modify and right-click == context menu for the identity listing 24 years ago
Marc Mutz 1203ab6313 Remove the "(Default)" suffix before renaming :-) 24 years ago
Marc Mutz dc9b2ff6a6 a bit of babbling about identities 24 years ago
Marc Mutz 342f53d9a7 We can't resort the list everytime the identityname changes (since it's inline-rename now) or the Set as Default button is clicked. That would only confude users. So we just pretend to like the current list and silently sort it on commit(), so the default identity is filtered to the top (for IdentityCombo). 24 years ago
Marc Mutz cb329f6ba4 better accels 24 years ago
Marc Mutz baea36a73a Reworked IdentityPage to use IdentityListView and IdentityDialog 24 years ago
Marc Mutz acb1c06771 + setFullWidth( true ) 24 years ago