765 Commits (82cd56843efa19fc3c9c3b027ea559f93d8fc78e)

Author SHA1 Message Date
Daniel Molkentin 5028949117 fixed up indentation 23 years ago
Daniel Naber bd04129abc fix the problem with a wrong/missing suggestion in the context menu 23 years ago
Daniel Molkentin a0b758c02d Fix Aegypten issue #1103. 23 years ago
Ingo Klcker 98d9046fbc Fix bug 67133: 'Send Unencrypted' sends encrypted 23 years ago
Ingo Klcker 33196461ef Re-add automatic disabling of spell checking in case of too many misspelled words. Note that this requires an up-to-date kdelibs/kdeui. 23 years ago
Till Adam 5f14f0a4dc When creating a message to a known recipient set the focus to the 23 years ago
Ingo Klcker 2ae7e9445d Fix problems with replacing misspelled words. Based on patch by Daniel Naber. 23 years ago
Nadeem Hasan f4bd53cf9e Styleguide fixes. 23 years ago
Stephan Binner cb094cce12 CVS_SILENT i18n style guide fixes 23 years ago
Laurent Montel c69b6c7046 Fix kstguiitem 23 years ago
Ingo Klcker 5194bed93f Remove code and comments which are obsolete since KDE 3.1, but re-add code which is necessary for KDE 3.1 compatibility. 23 years ago
Bo Thorsen b89149b7b5 Move dIMAP to a new folder manager. One bug is still there: It doesn't show up in the folder tree! 23 years ago
Ingo Klcker 659c03fca1 - Make it possible to easily change the dictionary which is used for as-you-type spell-checking. This also makes it possible to use different dictionaries in different composer windows. 23 years ago
Andras Mantia 364b9b3fe6 Paste->PasteText 23 years ago
Marc Mutz f09f746660 Use KStdGuiItem::discard() instead of rolling our own. Patch by Mikolaj Machowski (mikmach(at)wp(dot)pl). 23 years ago
Till Adam f00fbe05b9 Improve error messages using strerror instead of just speculating that 23 years ago
Ingo Klcker 40312e20f4 Make it possible to turn as-you-type spell checking on/off. Note that you need up-to-date kdelibs/kdeui/ksyntaxhighlighter.* to compile this. 23 years ago
Ingo Klcker 7e9f50d1f2 Prepend all member variables with an 'm' and remove some code that's dead since before KDE 3.1 23 years ago
Don Sanders 27f35201e4 Use new MailListDrag class for drag and drop of mails. 23 years ago
Ingo Klcker 0ad7dbe53b Revert Chris' commit. Obviously he forgot or didn't know that the last decision is stored and replayed each time the dialog is not shown again. So if the user checked the 'Don't show again' box _and_ selected 'Attach file...' then he will from then on not be able to send a message with 'patch' in the subject and no attachment anymore because he will always get the 'Attach file...' dialog. 23 years ago
Chris Howells dd2ab83070 At least if we're going to have damn annoying features that rival Microsoft Word in trying to make the computer pretend it's intelligent, allow the user to turn it off easily (the feature which prompts you to add an attachment if you used the word 'patch' in a completely irrelevent context somewhere in your mail) 23 years ago
Marc Mutz f9c16b19c7 Fix bug "When canceling the Key Approval Dialog, KMail shows a cryptplug error" (not yet reported :-). _This_ cancel we know about, so act accordingly. 23 years ago
Marc Mutz 3a314b6faa Fix #46531. Patch as posted on kmail@kde.org, except for the addition of a call to slotExternalEditorTempFileChanged() from slotExternalEditorDone(), in case KDirWatch wasn't fast enough (e.g. when polling) to notify us yet. 23 years ago
Marc Mutz 440d618087 Remove all FooInherited #defines and all "base" typedefs to make it consistent. They're removed since they obfuscate the inheritance trees and potential problems when changing the inheritance (the compiler doesn't force you to look at every reference to the superclass). 23 years ago
Marc Mutz b740120910 Don't require up-to-date kdelibs 23 years ago
Marc Mutz 382b564112 QTextEdit::insert() does the right thing. 23 years ago
Laurent Montel 137b2e9ef8 Don't autorize to restart spell checker when there is already a spell 23 years ago
Ingo Klcker c3c5709f66 - Don't check for missing attachments in case the user saves the message in the Drafts folder. (an 'easy-to-fix bug' reported by Dirk; I wished all easy-to-fix bugs would be that easy to fix.) 23 years ago
Stephan Binner 926142a57d CVS_SILENT i18n style guide fixes 23 years ago
Ingo Klcker a61cd9a075 - Simplify the code by adding new methods setEncryption and setSigning to KMComposeWin. This also fixes problems with the wrong icon being shown in some cases for the encrypt action. 23 years ago
Marc Mutz ddf999f57f See, Ingo? dumpLetter() still tried to sign, but only when there were attachments... Fixed now for good. 23 years ago
Ingo Klcker 5c613becba Carsten Pfeiffer thinks the switch-statements are better readable then the if-else-statements. 23 years ago
Stephan Binner 268ef3da04 CVS_SILENT spelling fixes 23 years ago
Ingo Klcker 4d448db47f Change 23 years ago
Zack Rusin 321166caef --deprecated; 23 years ago
Dirk Mueller 968568d25d use the faster QString::replace() overloads 23 years ago
Stephan Binner b3504307a0 CVS_SILENT i18n US spelling and style guide fixes 23 years ago
Scott Wheeler b825a06aca Second half of this commit. Remove the syntax highlighter from 23 years ago
Stephan Kulow 4cbee4beb5 be less annoying 23 years ago
Stephan Kulow 8839cc7fc6 that phrase is just too short to not collide with a menu bar item ;( 23 years ago
Zack Rusin b4dee44866 From the "feature per cookie" foundation comes the long awaited: 23 years ago
Don Sanders 3c38680719 Session management fixes. 23 years ago
Ingo Klcker 0a827d8f7c - Extended selection mode for the attachment list in the composer (partially based on patch by Laurent Montel). 23 years ago
Ingo Klcker e6ede2cb26 Apply the forgotten attachment detector patch by Alexey Arzamasov <AArzamasov AT kkb DOT kz>. 23 years ago
Ingo Klcker 9491093aae Split KabcBridge::expandDistributionLists into KMMessage::expandAliases (main function), KabcBridge::expandDistributionList (helper function to do exactly what the name suggests) and KMMessage::guessEmailAddressFromLoginName (helper function to guess the email address if everything else fails). Additionally there's now KabcBridge::expandNickName which expands KAddressBook nicks into the corresponding (main) email address. 23 years ago
Stephan Kulow ed7b1188f1 fixing accel clashes 23 years ago
Dirk Mueller f0570a3489 speling fixes 23 years ago
Carsten Burghardt d4ebc74ed6 Set a composed message as complete, this fixes bug 60003 (thanks for the hint Till :-)) 23 years ago
Ingo Klcker ea2df6266d Don't add linefeeds if spellchecking the subject is cancelled. Patch by Laurent Montel. 23 years ago
Ingo Klcker 6ccdfdf288 Fix bug 61656: inline OpenPGP email with attachment interoperability problem (Outlook, Mozilla/Enigmail) 23 years ago