Open
Bug 105676
Opened 24 years ago
Updated 16 years ago
"Reply to..." in context menu for email address in headers section of msg viewer
Categories
(SeaMonkey :: MailNews: Message Display, enhancement)
SeaMonkey
MailNews: Message Display
Tracking
(Not tracked)
NEW
People
(Reporter: Morten, Unassigned)
Details
Attachments
(3 files, 4 obsolete files)
17.62 KB,
image/jpeg
|
Details | |
4.21 KB,
patch
|
Details | Diff | Splinter Review | |
5.29 KB,
patch
|
Details | Diff | Splinter Review |
This would simplify matters wholly when participating on mailing lists...
let's say we have an email from the list "listfoo@bar.com".
From is "userfoo@somedomain.com", To is "listfoo@bar.com" and CC is
"foouser@somedomain.com"
instead of using "Reply All" it would be great to be able to right-click
one of the email addresses, and selecting "Reply to" (or some such)
I hope this small feature isn't too much job, and can be implemented before at
least 1.0 is branded.
Thanks, Morten
Comment 1•24 years ago
|
||
Try right-clicking the row and choosing "Reply to Sender Only".
Recommending wontfix. At first sight, I think this sounds redundant.
Reporter | ||
Comment 2•24 years ago
|
||
What if you want to reply to one of the people on the CC list only?
Comment 3•24 years ago
|
||
Oh, then you can just expand the headers panel, right-click the email and choose
"Compose Mail To ..."
Is that what you needed?
Reporter | ||
Comment 4•24 years ago
|
||
No it is not...
I want to Reply to someone with quoted text, not send a new message without the
quote...
I think the difference is quite great, don't you?
Comment 5•24 years ago
|
||
Hakan, Reply != New mail. New mail doesn't have References etc. headers sat.
I think, this is a good idea. CONFIRMing.
However, not for the reason mentioned. I think that Mozilla should have a "reply
to recipients" button, which replies to all recipients, but not the sender. This
would do what you want in most cases.
But for replying to a cced recipient, this could be useful. It certainly makes
at least as much sense as having a "Compose new mail to..." context menu item.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Hardware: PC → All
Summary: [RFE] Ability to right click an email from the headers pane and select "Reply to..." → [RFE] "Reply to..." in context menu for email address in headers section of msg viewer
My 2 cents. A mailreader I used had this extremely useful functionality whereby
you could press Alt-Reply button and it would popup a dialog box with all the
receipients of the message in it. You can select To, CC, BCC for each one of the
receipients and then hit compose mail and it wil compose a reply with the
addresses specified.
Comment 7•24 years ago
|
||
If you want to "reply" to the recipients of the original message, just hit
Reply and remove the sender from the list of recipients of your message. I
think this bug should be wontfixed, because right-clicking the sender's address
in order to reply to his message doesn't make sense to me.
Comment 8•24 years ago
|
||
reassigning to mscott.
Assignee: sspitzer → mscott
Target Milestone: --- → Future
Reporter | ||
Comment 9•24 years ago
|
||
I've hacked together a quick patch to (hopefully) implement the context menu item.
My function ReplyToNode is however largely crap, and someone with a clue should
replace it...
I'm not able to compile a working mozilla from my tree for some reason, so if
somebody could test my patch (and add a working function) that'd be swell :)
Reporter | ||
Comment 10•24 years ago
|
||
Reporter | ||
Comment 11•24 years ago
|
||
Comment 12•24 years ago
|
||
You'll need to get jglick's stamp of approval before changing this UI.
Reporter | ||
Comment 13•24 years ago
|
||
My current patch adds the context menu item, and selecting that item is equal to
pressing the "Reply" button in mozilla...
I really need some pointers to figure out how to get the reply to go to a
specific email address.
But I think this will be ready to go in once I figure that part out, and I get
all the stamps of approval of course :)
Reporter | ||
Comment 14•24 years ago
|
||
Reporter | ||
Comment 15•24 years ago
|
||
This latest patch adds (most of) the c++ code that will be needed to make this work.
I haven't gotten the emailAddress to be put where it should go yet, and I'm
basically stuck.
The root of my problem is my use of PRUnichar in c++ to get the email address
passed into the message params.
But I hope to get this done soon (with a little help)
Reporter | ||
Comment 16•24 years ago
|
||
Currently doing some work again on this, thanks to netdemon.
A new patch which, hopefully, will be closer to working on the way.
Reporter | ||
Updated•24 years ago
|
Attachment #55288 -
Attachment is obsolete: true
Reporter | ||
Updated•24 years ago
|
Attachment #55442 -
Attachment is obsolete: true
Reporter | ||
Updated•24 years ago
|
Attachment #56081 -
Attachment is obsolete: true
Reporter | ||
Comment 17•24 years ago
|
||
This patch adds the contextual menu, and makes selecting it the equivalent to
pressing Reply. the patch needs some more code to go in to make it work.
Comment 18•24 years ago
|
||
Can you attach a screenshot of what the context menu would look like?
Reporter | ||
Comment 19•24 years ago
|
||
Screenshot of the context menu with new item "Reply To This Email Address"
Reporter | ||
Comment 20•24 years ago
|
||
my latest patch appears to be broken again, but I'll wait with making a new one.
When I tried to apply it to my local CVS tree, I got an error saying the last diff
was malformed, so I had to overwrite that file with the one I diffed with.
Reporter | ||
Comment 21•24 years ago
|
||
sorry about doing this, but I thought it might be good to separate the finished
part from the unfinished part.
This patch adds the context menu item, and the JS code to make the reply.
There shouldn't be neccessary with any major changes to this patch, as long as
it
applies.
Attachment #61229 -
Attachment is obsolete: true
Reporter | ||
Comment 22•24 years ago
|
||
This patch is a bit more dubious.
what it generally does, is duplicating the OpenComposeWindow and removes some
parameters and adds a new one. In theory (in my head) this piece of code
_should_
work all the way, but it doesn't ... the To: field is set somehwere between my
function and the window creation. I can't find it anyways.
Comment 23•23 years ago
|
||
Isn't bug 45715 http://bugzilla.mozilla.org/show_bug.cgi?id=45715 a solution :
it proposes to add a reply to list button ?
Reporter | ||
Comment 24•23 years ago
|
||
Not entirely...
this bug is about adding the ability to reply to any of the addresses from the
email header display specifically...
sure, bug 45715 would solve this bug in many ways (but not all cases, skimming
the top of that bug)...
The reverse is true however, and this bug would solve bug 45715 for as far as I
can see...
Reporter | ||
Comment 25•21 years ago
|
||
anyone planning on doing anything with this bug, or should it be reassigned to
nobody@mozilla.org?
Updated•21 years ago
|
Product: Browser → Seamonkey
Updated•17 years ago
|
Assignee: mscott → mail
QA Contact: esther
Target Milestone: Future → ---
Updated•17 years ago
|
Assignee: mail → nobody
QA Contact: message-display
Summary: [RFE] "Reply to..." in context menu for email address in headers section of msg viewer → "Reply to..." in context menu for email address in headers section of msg viewer
![]() |
||
Comment 26•16 years ago
|
||
This bug report is registered in the SeaMonkey product, but has been without a comment since the inception of the SeaMonkey project. This means that it was logged against the old Mozilla suite and we cannot determine that it's still valid for the current SeaMonkey suite. Because of this, we are setting it to an UNCONFIRMED state.
If you can confirm that this report still applies to current SeaMonkey 2.x nightly builds, please set it back to the NEW state along with a comment on how you reproduced it on what Build ID, or if it's an enhancement request, why it's still worth implementing and in what way.
If you can confirm that the report doesn't apply to current SeaMonkey 2.x nightly builds, please set it to the appropriate RESOLVED state (WORKSFORME, INVALID, WONTFIX, or similar).
If no action happens within the next few months, we move this bug report to an EXPIRED state.
Query tag for this change: mass-UNCONFIRM-20090614
Status: NEW → UNCONFIRMED
![]() |
||
Comment 27•16 years ago
|
||
This bug report is registered in the SeaMonkey product, but has been without a comment since the inception of the SeaMonkey project. This means that it was logged against the old Mozilla suite and we cannot determine that it's still valid for the current SeaMonkey suite. Because of this, we are setting it to an UNCONFIRMED state.
If you can confirm that this report still applies to current SeaMonkey 2.x nightly builds, please set it back to the NEW state along with a comment on how you reproduced it on what Build ID, or if it's an enhancement request, why it's still worth implementing and in what way.
If you can confirm that the report doesn't apply to current SeaMonkey 2.x nightly builds, please set it to the appropriate RESOLVED state (WORKSFORME, INVALID, WONTFIX, or similar).
If no action happens within the next few months, we move this bug report to an EXPIRED state.
Query tag for this change: mass-UNCONFIRM-20090614
You need to log in
before you can comment on or make changes to this bug.
Description
•