Closed
Bug 30279
Opened 25 years ago
Closed 25 years ago
Header menu should say Reply-To, not Reply
Categories
(MailNews Core :: Composition, defect, P3)
MailNews Core
Composition
Tracking
(Not tracked)
VERIFIED
FIXED
M15
People
(Reporter: phil, Assigned: bugzilla)
Details
(Whiteboard: Fix in hand)
Using the 3/3 build on Windows NT
1. Bring up the compose window
2. Click in the To/CC/BCC menu in the addressing widget
Actual: There's a header called Reply
Expected: Reply-To
Assignee | ||
Comment 1•25 years ago
|
||
same for followup -> Followup-To and newsgroup -> Group
very simple fix:
Index: en-US/addressingWidgetOverlay.dtd
===================================================================
RCS file:
/cvsroot/mozilla/mailnews/compose/resources/locale/en-US/addressingWidgetOverlay
.dtd,v
retrieving revision 1.2
diff -r1.2 addressingWidgetOverlay.dtd
6,8c6,8
< <!ENTITY replyAddr.label "Reply:">
< <!ENTITY newsgroupsAddr.label "Newsgroup:">
< <!ENTITY followupAddr.label "Followup:">
---
> <!ENTITY replyAddr.label "Reply-To:">
> <!ENTITY newsgroupsAddr.label "Group:">
> <!ENTITY followupAddr.label "Followup-To:">
Status: NEW → ASSIGNED
Whiteboard: Fix in hand
Target Milestone: M15
Assignee | ||
Comment 2•25 years ago
|
||
Fixed and checked in
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Headers now read:
Reply-To
Followup-To
Newsgroup
I don't believe we're really supposed to change newsgroup to group in seamonkey,
are we?
I didn't see anything in the spec directed at the newsgoup header. cc: jglick
Jennifer, are we using "Group:" or "Newsgroup:" in the message compose window's
address header widget?
Reporter | ||
Comment 5•25 years ago
|
||
I'd prefer newsgroup
I agree that "newsgroup" is more descriptive and meaningful than "group".
Assignee | ||
Comment 7•25 years ago
|
||
sorry for the misscommunication, but I reverted my modification about "group" before doing the check in, therefore
the actual header say "Newsgroup:". The confusion comes from 4.7 where in the Mac it says "group" and in Windows it
says "newsgroup".
Therefore, here is what we use now, on all platforms:
Reply-To:
Follow-Up:
Newsgroup:
QA, you can now verify this bug. Thanks
Reporter | ||
Comment 8•25 years ago
|
||
If the header actually said "Follow-Up" I was going to complain, but it's called
"Followup-To" in the product, which is correct.
Verifying this bug as of 3/27m15 commercial builds. Product has headers as
follows: Reply-To, Followup-To, Newsgroup.
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•