| Summary: | kmail composer stripping empty lines | ||
|---|---|---|---|
| Product: | [Unmaintained] kmail | Reporter: | dag |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | nicco.ts |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
dag
2008-09-18 12:09:01 UTC
*** This bug has been marked as a duplicate of bug 86925 *** Please, this is not duplicated bug of This is new bug! The composer removes all empty lines in HTML mode (line where I just pressed Enter key). Text mode is OK, it keeps the empty lines. Previous bug represents scenario below, where end of the line is converted into <br> (new line). For example, in composer I would see: | Hi Joe, | Here is my message. | | Regards, | Braden However, once it is sent, it displays like this: | Hi Joe, | | Here is my message. | | | | Regards, | | Braden |