Closed
Bug 337977
Opened 19 years ago
Closed 15 years ago
Should be localizable the default compose format whether HTML or Plain Text
Categories
(MailNews Core :: Internationalization, defect, P1)
MailNews Core
Internationalization
Tracking
(Not tracked)
RESOLVED
WONTFIX
mozilla1.8.1beta1
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
(Keywords: intl, jp-critical, l12y, Whiteboard: See comment 9 for the status)
Attachments
(1 file, 1 obsolete file)
7.06 KB,
patch
|
Pike
:
review-
mscott
:
superreview-
|
Details | Diff | Splinter Review |
Bug 47140 has been marked to WONTFIX. But in Japan, the major mail format is plain text. Because famous and popular MUAs in Japan are using plain text format in default settings. I think that we should provide localizability for the format.
Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
Flags: blocking-thunderbird2?
Assignee | ||
Comment 1•19 years ago
|
||
simple fix.
But I have a fear. Should we use new pref name for localizable defalut value?
Because the patched build overwrites the old pref value, so it's destroying the old pref.
If we use "_localized" suffix for new localized prefs, we can fix this problem.
Attachment #222024 -
Flags: superreview?(mscott)
Attachment #222024 -
Flags: review?(mscott)
Attachment #222024 -
Flags: approval-branch-1.8.1?(mscott)
Assignee | ||
Comment 2•19 years ago
|
||
Oops, previous patch is wrong that is changing default value on en-US build.
Attachment #222024 -
Attachment is obsolete: true
Attachment #222025 -
Flags: superreview?(mscott)
Attachment #222025 -
Flags: review?(mscott)
Attachment #222025 -
Flags: approval-branch-1.8.1?(mscott)
Attachment #222024 -
Flags: superreview?(mscott)
Attachment #222024 -
Flags: review?(mscott)
Attachment #222024 -
Flags: approval-branch-1.8.1?(mscott)
Assignee | ||
Updated•19 years ago
|
Priority: -- → P1
Comment 3•18 years ago
|
||
Comment on attachment 222025 [details] [diff] [review]
Patch rv1.1
Axel, do you think this is the right way to let a localization force plain text compose by default?
Alternatively, if we think only Japan would do this would it be easier to add a locale specific ifdef in mailnews.js? Although come to think of it, that may not be technically feasible.
Anyway, I wanted to check in with you about Masayuki's approach.
Attachment #222025 -
Flags: review?(mscott) → review?(l10n)
Comment 4•18 years ago
|
||
As bug 47140 was resolved WONTFIX ages ago and in a different ecosystem, does that
decision still hold? I try to get around sending HTML as much as possible, so
does anybody else I know. Just asking.
Regarding the patch, that deserves a well-formed localization note. And anything
that is badly translated should end up in the default we want.
In addition, I guess localizers should have a reference argumentation to check
against, this may easily end up with personal taste as opposed to regional
differences, which could degrade "the product" Thunderbird.
Comment 5•18 years ago
|
||
Comment on attachment 222025 [details] [diff] [review]
Patch rv1.1
Seems to have the wrong default.
I also find the information which prefs are localized oddly placed, but that's something up for mscott.
Attachment #222025 -
Flags: review?(l10n) → review-
Assignee | ||
Comment 6•18 years ago
|
||
(In reply to comment #4)
> In addition, I guess localizers should have a reference argumentation to check
> against, this may easily end up with personal taste as opposed to regional
> differences, which could degrade "the product" Thunderbird.
I can understand your anxiety. But Mozilla Japan thinks that current default setting is not match to Japanese marketing. See following examples.
IAJapan(Internet Association Japan) reports:
http://www.iajapan.org/hotline/2002mail-press.html
The title of this document is "A questionnaire report for rules and
manners for e-mail". This report has following result.
Q. What is a annoying mail for you in daily use?
A. With large attachment files 22%
non-subject mail 18%
HTML mail 18%
requiring receipt 12%
signature file is attached 5%
And this site's tutorial says "you should use plain text for composing."
http://www.iajapan.org/rule/rule4general/frmain.html#4.6
And "Becky!" is a Japanese famous and popular mailer. That is also used
by business users. That may have second share in Japan. This mailer uses
plain text format in default settings. I think this shows the needs on
Japanese marketing.
Comment 7•18 years ago
|
||
Comment on attachment 222025 [details] [diff] [review]
Patch rv1.1
Masayuki, correct me if I'm wrong, but I think we talked about this in our meeting on Tuesday and decided we weren't going to try to fix this for the Japanese market given that outlook express and other clients default to HTML compose in Japan.
Attachment #222025 -
Flags: superreview?(mscott) → superreview-
Comment 8•18 years ago
|
||
Comment on attachment 222025 [details] [diff] [review]
Patch rv1.1
oops, missed a flag, sorry for the noise.
Attachment #222025 -
Flags: approval-branch-1.8.1?(mscott)
Assignee | ||
Comment 9•18 years ago
|
||
(In reply to comment #7)
> (From update of attachment 222025 [details] [diff] [review] [edit])
> Masayuki, correct me if I'm wrong, but I think we talked about this in our
> meeting on Tuesday and decided we weren't going to try to fix this for the
> Japanese market given that outlook express and other clients default to HTML
> compose in Japan.
Yeah, right. But I still open this bug. Because if other clients changes them mind in Japan, we need this change.
Assignee | ||
Updated•18 years ago
|
Flags: blocking-thunderbird2?
Comment 10•18 years ago
|
||
I guess the agreement is to not do that, but it seems to me in an afterthought
that it may make more sense to put this into all-l10n.js, if absolutely required.
This is much more of a market decision than a locale one, right?
If we had a CCK for Thunderbird, that could that expose as well :-).
Comment 11•17 years ago
|
||
Read this article about the status of Japanese market:
http://translate.google.com/translate?u=http://www.itmedia.co.jp/bizid/articles/0706/20/news036.html
Keywords: jp-critical
Comment 12•17 years ago
|
||
Kohei: can't you just put:
pref("mail.identity.default.compose_html", true);
in ja/mail/all-l10n.js ?
Comment 13•17 years ago
|
||
(In reply to comment #12)
> pref("mail.identity.default.compose_html", true);
s/true/false/
Yes, it should be the simplest solution.
Updated•16 years ago
|
Product: Core → MailNews Core
Comment 14•16 years ago
|
||
(In reply to comment #13)
> (In reply to comment #12)
> > pref("mail.identity.default.compose_html", true);
> > in ja/mail/all-l10n.js ?
>
> s/true/false/
>
> Yes, it should be the simplest solution.
did this prove to be a suitable solution? If so, can this be closed?
QA Contact: mscott → mailnews.i18n
Comment 15•15 years ago
|
||
I think it is not necessary for most Japanese people.
Because HTML mails are widely used for business scene in Japan now.
Comment 16•15 years ago
|
||
Sounds like there's not more to do here...
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•