Closed
Bug 112257
Opened 24 years ago
Closed 24 years ago
Reply quoting includes header text
Categories
(MailNews Core :: Composition, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.7
People
(Reporter: lohphat, Assigned: darin.moz)
Details
(Keywords: regression)
Attachments
(1 file)
|
889 bytes,
patch
|
gagan
:
review+
|
Details | Diff | Splinter Review |
2001112703 on win2Kpro-sp2
When replying to a message, the quoted text now includes all of the header and
attached vcard data instead of just the body text.
This is an unexpected change of behavior and if it is intentional, there should
be an XP pref to specify the quote format.
Comment 1•24 years ago
|
||
confirming this on win98 build: 2001-11-27-06. I see all the header info
including the body while replying.
Comment 2•24 years ago
|
||
JFD,
We did not show any headers when we reply to a message. There should be a pref
that needs to be put in manually in the pref.js if the user wants it that way.
This is a changed behavior in today's build. Nominating this bug.
Severity: normal → major
Keywords: nsbeta1
Updated•24 years ago
|
Comment 4•24 years ago
|
||
This regression has been caused by the fix for bug 110846. We use SetQuery() to
add "header=quotebody" to the url we pass to mime. Mime retreive the url as a
string using GetSpec(). The problem is that GetSpec does not unescape the url
and therfore the query part looks like "?header%3Dquotebody" which make the mime
code faild to detect it!
I am not sure if GetSpec is suppos to unescape the url or if I should work
around this new behavior! cc'ing darin for advise.
Comment 5•24 years ago
|
||
I just spoke with darin and it's correct that GetSpec doesn't unescape the url
however it incorrect that the equal sign get encoded. He has the soluion to this
problem. Reassign to him.
Assignee: ducarroz → darin
Status: ASSIGNED → NEW
| Assignee | ||
Comment 6•24 years ago
|
||
fixes the typo in nsStandardURL.cpp
| Assignee | ||
Comment 7•24 years ago
|
||
Jean-Francois: can i get a r= on this from you? thx!
Status: NEW → ASSIGNED
Comment 8•24 years ago
|
||
Comment on attachment 59437 [details] [diff] [review]
v1.0 patch
sr=mscott
Attachment #59437 -
Flags: superreview+
Comment on attachment 59437 [details] [diff] [review]
v1.0 patch
r=gagan
Attachment #59437 -
Flags: superreview+ → review+
| Assignee | ||
Comment 10•24 years ago
|
||
fixed-on-trunk
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 11•24 years ago
|
||
and reply is working again. Thanks Darin for the quick resolution
Comment 12•24 years ago
|
||
verified the header text is not displayed anymore with reply and reply all
2001-11-30-06 win98, mac, linux
Status: RESOLVED → VERIFIED
| Reporter | ||
Comment 13•24 years ago
|
||
This started again with todays 2001122003 win32 build
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Comment 14•24 years ago
|
||
Marking this as fixed.
Reporter,
There is already a new bug logged. Please don't reopen the old ones. Some times
the bugs can reappear due to different regressions.
See bug 116044
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•