Closed
Bug 35691
Opened 26 years ago
Closed 24 years ago
Case where reply-to causes no To: header in new message
Categories
(MailNews Core :: Composition, defect, P3)
MailNews Core
Composition
Tracking
(Not tracked)
VERIFIED
FIXED
Future
People
(Reporter: laurel, Assigned: neil)
Details
(Keywords: polish)
Attachments
(2 files)
|
1.07 KB,
patch
|
Details | Diff | Splinter Review | |
|
1.11 KB,
patch
|
vparthas
:
review+
sspitzer
:
superreview+
|
Details | Diff | Splinter Review |
Using 2000-04-12 m15 commercial builds
Found while verifying bug #14868
If you have a reply-to address set in your identity which is used for a
news/nntp account, there is a case where this will cause no To: header in a new
message compose window.
1. Set up a news/nntp account in your profile. In this Identity, fill in a
reply-to address for the account in the main account settings panel.
2. Open the mail window and select the server/account root for the news/nntp
account.
3. Click New Msg button.
Result: New message window opens with Reply-to header properly filled in with
the address as specified in the Identity account settings. However, there is no
other address header available. User can create one.
Expected: It should give you a To: header line (blank) in addition to the
Reply-to header. Because the server is selected instead of a newsgroup, it
would revert to To:
QA Contact: lchiang → laurel
Summary: Case where reply-to causes no To: header in new message → Case where reply-to causes no To: header in new message
Comment 2•26 years ago
|
||
Minor UI fixups to M18. If this is incorrect, please adjust.
Target Milestone: M17 → M18
Moving to future milestone, and added "polish" keyword.
Keywords: polish
Target Milestone: M18 → Future
Comment 4•25 years ago
|
||
works for me.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Still happens exactly as written using oct30 branch build. Hate to reopen, this
is a minor issue, but it is still there. Key: remember to select the SERVER, not
the newsgrouphttp://bugzilla.mozilla.org/createattachment.cgi?id=35691
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Comment 6•25 years ago
|
||
yep, happens for me too when I reproduce the exact steps that laurel mentions
and selects the server. I wonder if this is backend or frontend...hmm
| Assignee | ||
Comment 7•24 years ago
|
||
Frontend:
http://lxr.mozilla.org/seamonkey/source/mailnews/base/resources/content/mailCommands.js#154
When composing a new message, the folder is checked and the message is converted
into a new post if the server type is nntp. However if the folder is the server
then this is the wrong action. It needs to check that the folder is not a server.
| Assignee | ||
Comment 8•24 years ago
|
||
Comment 9•24 years ago
|
||
over to varada. Varada, can you test and review the patch. Thanks
Comment 10•24 years ago
|
||
Remove the tabs.
r=hwaara
Reassign to Neil. CC sspitzer for super-review.
Assignee: varada → neil
| Assignee | ||
Comment 11•24 years ago
|
||
| Assignee | ||
Comment 12•24 years ago
|
||
CCing bienvenu@netscape.com for sr because sspitzer hasn't after over a month.
Comment 13•24 years ago
|
||
We're waiting for Varada to try it out.
Comment 14•24 years ago
|
||
I am sorry for not noticing this in my radar, will take a look at this ASAP.
Comment 15•24 years ago
|
||
Comment on attachment 46047 [details] [diff] [review]
Same patch with new tabs changed to 4 spaces
r=varada
Thanks for the patch.
Attachment #46047 -
Flags: review+
Comment 16•24 years ago
|
||
sr=bienvenu
| Assignee | ||
Comment 17•24 years ago
|
||
Then can someone check this in for me please?
Comment 18•24 years ago
|
||
sorry for the delay. I'll go apply (and make sure it still works) and then land.
Comment 19•24 years ago
|
||
when the tree opens, I'll land this for neil.
Comment 20•24 years ago
|
||
Comment on attachment 46047 [details] [diff] [review]
Same patch with new tabs changed to 4 spaces
sr=sspitzer
even with out this patch, this appears to have been fixed by other changes. but his patch is still worth taking.
Attachment #46047 -
Flags: superreview+
Comment 21•24 years ago
|
||
fixed.
Status: NEW → RESOLVED
Closed: 25 years ago → 24 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 22•24 years ago
|
||
OK using nov7 commercial trunk build: win98, mac OS X, linux rh6.2
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•