https://bugs.kde.org/show_bug.cgi?id=368394

Thomas <thfl...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thfl...@gmail.com

--- Comment #13 from Thomas <thfl...@gmail.com> ---
There are MANY open issues with additional line breaks and it all breaks down
to the stylesheet defined in the header of emails send from kmail:

p, li { white-space: pre-wrap; }

Also a email signature is affected by this style.

You know an span is an inline element and it should always be inline. So
`<span>text</span><span> more text</span>` should be shown the same as
`<span>text more text</span>` but when you wrap it with `<p style="white-space:
pre-wrap;">` you will get a line break between them. Adding a break between the
spans will even cause a second line break.

In conclusion: this is unecessary code and makes kmail unusable for almost all
people that prefer html mails. Please think about removing the stylesheet from
the composed emails (if you want you can still add this style to the view
windows). Thanks in advance!

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to