Closed
Bug 188151
Opened 23 years ago
Closed 22 years ago
mail composition preference help isn't correct
Categories
(Documentation Graveyard :: Help Viewer, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jsalter, Assigned: rudman)
References
()
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Q312461; .NET CLR 1.0.3705)
Build Identifier:
In extensions/help/resources/locale/en-US/mail_help.html the following text
exists:
<li><strong>Composing Messages</strong>: Select to have Mail & Newsgroups al
ways check the spelling of your messages when you click Send. Choose to have
Mail & Newsgroups use "quoted printable" MIME encoding when
sending regular messages that use an 8-bit character set (for example, Latin
ISO88359). </li>
Reproducible: Always
Steps to Reproduce:
see above
Actual Results:
see above
Expected Results:
The help text should be:
<li><strong>Composing Messages</strong>: Choose to have Mail & Newsgroups
use "quoted printable" MIME encoding when sending regular messages
that use an 8-bit character set (for example, Latin ISO88359). Choose to pop-up
a confirmation dialog when using the keyboard shortcut to send message.</li>
patch to fix this is:
Index: extensions/help/resources/locale/en-US/mail_help.html
===================================================================
RCS file: /cvsroot/mozilla/extensions/help/resources/locale/en-
US/mail_help.html,v
retrieving revision 1.10
diff -u -b -r1.10 mail_help.html
--- extensions/help/resources/locale/en-US/mail_help.html 11 Jul 2002
18:21:46 -0000 1.10
+++ extensions/help/resources/locale/en-US/mail_help.html 8 Jan 2003
07:12:25 -0000
@@ -2784,10 +2784,9 @@
appear: as an attachment or <i>inline</i> (in the body of your
message).</li>
<li><strong>Automatically quote the original message when replying</strong>:
Select this to include the original message text in your reply. Then use the
drop-down list to select
where you want to place your reply in the message area.</li>
-<li><strong>Composing Messages</strong>: Select to have Mail & Newsgroups
always check the spelling
- of your messages when you click Send. Choose to have Mail & Newsgroups
use "quoted printable" MIME encoding when
+<li><strong>Composing Messages</strong>: Choose to have Mail & Newsgroups
use "quoted printable" MIME encoding when
sending regular messages that use an 8-bit character set (for example,
Latin
- ISO88359). </li>
+ ISO88359). Choose to pop-up a confirmation dialog when using the keyboard
shortcut to send message.</li>
<li><strong>Wrap plain text messages at __ characters</strong>: Enter a
number
to set the right margin for text in the message area.</li>
<li><strong>Character Coding</strong>: Select the language you want
Comment 1•23 years ago
|
||
-> documentation
reporter, Netscape is planning a major overhaul of the Help files,
so you might want to wait until that happens.
Comment 2•23 years ago
|
||
reference to spelling checking removed in latest help file overhaul.
Not sure if we need to explain "confirm when using keyboard shortcut to send
message"
-> worksforme ?
Severity: trivial → minor
| Reporter | ||
Comment 3•23 years ago
|
||
If the overhaul has been done, then go ahead and resolve this as fixed. It
was certainly a problem when I reported it so it can't be "worksforme".
You need to log in
before you can comment on or make changes to this bug.
Description
•