Summary: | space compression when composing message does not work | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Martin L ü c h e m <Heinrich20> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.9.5 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Martin L ü c h e m
2006-11-14 10:25:51 UTC
Works fine here (SVN r599759). You say you want to clean line breaks, but the feature just cleans spaces... Hi Phil, Am Mittwoch, 15. November 2006 00:10 schrieb Philip Rodrigues: [bugs.kde.org quoted mail] When I mark a text block It does not clean anything! When I do not mark anything it will clean everything. See my other message. In my opinion the option should be: Clean spaces in text blocks. I really liked this feature and I am sure it worked before I last upgraded KMail. (Complete new Installation) Regards, MArtin Hi Philip, Am Mittwoch, 15. November 2006 00:10 schrieb Philip Rodrigues: [bugs.kde.org quoted mail] Please compare this answer to the other I just sent. This is, what it does, when I do not mark a text block. It seems to eliminate spaces at every end of line in the whole message. Regards Martin SVN commit 781424 by tmcguire: Fix the "clean spaces" function in KMail and also fix changing identities - now the signature is proberly changed, even if it is a HTML signature. Changes to KMeditor: - Add new functions: cleanWhitespace() and replaceSignature(...) + helper functions for those - Remove some unused virtual functions - Remove a unused variable - Small style fixes - Rename parent to q, as this is the standard - Small fixes for insertSignature Changes to KMail: - Use the new functions of KMeditor and remove own implementations Changes to KNode - Follow KMeditor change Still TODO: - Move the HTML mode mess completely into KMeditor instead of having 3 different implementations in KMeditor, KMComposeWin and KMCompoerEditor - Fix the highlighter BUG: 137324 M +3 -3 kmail/kmcomposereditor.cpp M +25 -90 kmail/kmcomposewin.cpp M +0 -1 kmail/kmcomposewin.h M +2 -2 knode/kncomposer.cpp M +204 -40 libkdepim/kmeditor.cpp M +29 -5 libkdepim/kmeditor.h WebSVN link: http://websvn.kde.org/?view=rev&revision=781424 |