Closed
Bug 218912
Opened 21 years ago
Closed 19 years ago
"Edit as new' does not work for messages being attachments(message/rfc822 part) of other messages
Categories
(MailNews Core :: Composition, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wazow, Assigned: sspitzer)
References
(Blocks 1 open bug)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.5b) Gecko/20030827
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.5b) Gecko/20030827
"Edit as new" does not work, if you want to edit an attachment of the message,
which is a message itself (the entry in the menu is accessible).
Reproducible: Always
Steps to Reproduce:
1. Forwards a message as an attachment to yourself (or send a message to a non
existing mail address to receive an error notification with original message
attached)
2. Open the message (after it arrives)
3. Open the attachment (which is another message)
4. Right-click on the body of the message and select "Edit as new..."
Actual Results:
Nothing happens
Expected Results:
The new message composition with message content should pop up
This may be a dup of bug 149666, but the description there is so bad that I
can't figure out if we are speaking of the same thing.
Note that "Edit as new" is particularly useful for sending again messages which
were returned with an error. It would be nice to make it work (or make mozilla
support resending this messages more explicitly).
149666 isn't related. This bug may be a dupe of bug 2920 by way of bug 121728.
Or possibly bug 91515...
Comment 4•21 years ago
|
||
*** Bug 227222 has been marked as a duplicate of this bug. ***
Comment 5•21 years ago
|
||
When Edit-as-New is attempted on the attachment (in a standalone message
window), the JavaScript console dumps this error:
Error: uncaught exception: [Exception... "Component returned failure code:
0x80004005 (NS_ERROR_FAILURE) [nsIMsgMessageService.messageURIToMsgHdr]"
nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome:
//messenger/content/mailCommands.js :: ComposeMessage :: line 215" data: no]
Also note: Edit as New under the window's Message menu is disabled; it's only
enabled via the context menu on the body.
See also bug 231282.
Updated•20 years ago
|
Product: MailNews → Core
Comment 6•20 years ago
|
||
Add "message/rfc822" in summary for ease of search.
Summary: "Edit as new' does not work for messages being attachments of other messages → "Edit as new' does not work for messages being attachments(message/rfc822 part) of other messages
Updated•20 years ago
|
Comment 7•19 years ago
|
||
This bug has been fixed by the patch to bug 204350.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
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
•