Closed
Bug 329462
Opened 19 years ago
Closed 19 years ago
Cannot reply to/forward forwarded attachment e-mail.
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 224967
People
(Reporter: vogt, Assigned: mscott)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
When someone forwards me an email as attachment I cannot reply nor forward the message. I can open the forwarded message and an own message windows appears. But when I click on Reply or Forward nothing happens. (see JS console output below)
Reproducible: Always
Steps to Reproduce:
1. Select an email containing a forwarded mail as attachment
2 [review]. Open the forwarded e-mail, for instance by double-click on the attachment in the message view.
3. Press Reply, Reply All or Forward
Actual Results:
Nothing happens except some JS errors.
Expected Results:
A new message window coming up allowing me to forward or reply to the attached email.
After step 2 the JS console shows the following error:
Error: [Exception... "Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIMsgMessageService.messageURIToMsgHdr]" nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: chrome://messenger/content/mailWindowOverlay.js :: HandleMDNResponse :: line 2357" data: no]
Source File: chrome://messenger/content/mailWindowOverlay.js
Line: 2357
After each click of step 3 it shows the following error:
Error: uncaught exception: [Exception... "Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIMessenger.msgHdrFromURI]" nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: chrome://messenger/content/mailCommands.js :: ComposeMessage :: line 207" data: no]
Duplicate of bug 224967 -> Core bug 204350?
Comment 2•19 years ago
|
||
This has mostly been fixed, in the trunk (will be part of TB 2.0).
*** This bug has been marked as a duplicate of 224967 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•