Closed Bug 44446 Opened 25 years ago Closed 25 years ago

Disable struct phrase->style conv for HTML->HTML by default

Categories

(MailNews Core :: MIME, defect, P3)

defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: mozeditor, Assigned: BenB)

Details

(Whiteboard: r=jfrancis, a=waterson)

Attachments

(2 files)

The structured phrase<->style conversions supplied by mail should be off (regardless of pref settings) when a message going out as html was also composed as html. In these circumstances the author has all the tools at hand to say what they mean. If they want underline they can directly author it. So if they don't do that, but type "_foo_", we must assume "_foo_" is what they indeed want and leave it alone. This kind of aggressive content alteration can really turn off users.
We only do "plain text conventions for structed phrases"->"HTML for structures phrases" ("styles") for HTML->HTML. I already fixed this, patch in bug 43047, waiting for approval. Taking bug.
Assignee: putterman → mozilla
Keywords: approval
Summary: over aggressive structured phrase<->style conversions → over aggressive structured phrase->style conversions
Whiteboard: Fixed. Patch in bug 43047.
Status: NEW → ASSIGNED
Component: Mail Window Front End → MIME
Target Milestone: --- → M17
Summary: over aggressive structured phrase->style conversions → disable structured phrase->style conversions foro HTML->HTML by default
Changing SUMMARY not to give a false impression. The regognition itself is very conservative and not at all aggressive.
Summary: disable structured phrase->style conversions foro HTML->HTML by default → Disable struct phrase->style conv for HTML->HTML by default
QA Contact: lchiang → pmock
Attached patch Pref UI removedSplinter Review
Removed the Pref UI for this feature completely. Hidden pref still there. Joe, r=jrancis for the additional changes?
I'm confused. This bug was about not doing conversions in html->html. But instead I see comments about removing UI. Ben, fill me in. The ui removal is for all struct conversions, right? But the default change is just for html-> html, right? Why are we removing ui?
> The ui removal is for all struct conversions, right? No, the UI I removed is only for the pref of which we change the default. I.e. you won't be able to enable (via the UI) - HTML->HTML conversion - of structs - during mail send anymore, everything else is unchanged.
ok, sounds fine. I reviewed the attachments. r=jfrancis
Checked in. Forgot the r= and a= in the cvs comment again :-(, see status whiteboard. The HTML->HTML conversion of structs is now only reachable via an hidden pref.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Whiteboard: Fixed. Patch in bug 43047. → r=jfrancis, a=waterson
Total style nit about code just after the patch: 'whattodo = whattodo | ...' should be 'whattodo |= ...' in C-like languages. /be
brendan: yes, didn't know this variant exists. will change at the next chance.
Verified as fixed on win32, linux, and macos using the following builds: win32 commercial seamonkey build 2000-092909-mn6 installed on P500 Win98 linux commercial seamonkey build 2000-092909-mn6 installed on P200 RedHat 6.2 macos commercial seamonkey build 2000-092911-mn6 installed on G3/400 OS 9.04
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

Created:
Updated:
Size: