Closed
Bug 264893
Opened 21 years ago
Closed 21 years ago
Extra space added during smtp transaction before any ">" character
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 114954
People
(Reporter: bugzilla-mozilla.domain.thewild, Assigned: mscott)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10.1
When a line in the body of the message begins with a ">", Thunderbird
automatically adds an extra space at the beginning of the line.
This has several drawbacks. Most of them concern mailing-list managment and
administration.
Reproducible: Always
Steps to Reproduce:
1.Start a new message
2.type ">some text" in the body
3.send the message
Actual Results:
check the source of the sent message, you will read " >some text"
Expected Results:
check the source of the sent message, you will read ">some text"
Comment 1•21 years ago
|
||
This is expected, as part of format=flowed.
See bug 168420 for information about f=f, including the informative FAQ attached
to that bug.
*** This bug has been marked as a duplicate of 114954 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•