Closed Bug 112257 Opened 24 years ago Closed 24 years ago

Reply quoting includes header text

Categories

(MailNews Core :: Composition, defect, P2)

x86
Windows 2000

Tracking

(Not tracked)

VERIFIED FIXED
mozilla0.9.7

People

(Reporter: lohphat, Assigned: darin.moz)

Details

(Keywords: regression)

Attachments

(1 file)

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.
confirming this on win98 build: 2001-11-27-06. I see all the header info including the body while replying.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: regression
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
Looking at it...
Status: NEW → ASSIGNED
Keywords: nsbeta1nsbeta1+
Priority: -- → P2
Target Milestone: --- → mozilla0.9.7
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.
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
Attached patch v1.0 patchSplinter Review
fixes the typo in nsStandardURL.cpp
Jean-Francois: can i get a r= on this from you? thx!
Status: NEW → ASSIGNED
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+
fixed-on-trunk
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
and reply is working again. Thanks Darin for the quick resolution
verified the header text is not displayed anymore with reply and reply all 2001-11-30-06 win98, mac, linux
Status: RESOLVED → VERIFIED
This started again with todays 2001122003 win32 build
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
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 ago24 years ago
Resolution: --- → FIXED
verified so
Status: RESOLVED → VERIFIED
Product: MailNews → Core
Product: Core → MailNews Core
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: