Ron Cresswell,Compumod Melboun wrote:
>
> When an email is replied to, the status changes to "replied" and a
> copy of the reply is placed in the sent folder. Does the status
> information also store where the copy of the reply has been put and
> what the message id is?
We know where the copy of the reply is most likely to be (your Sent
folder), but we don't know what the message id is.
> If so, is it possible to set up netscape so that clicking on the
> "replied" keyword would bring up the reply in a pop up window?
That is pretty clever - it wouldn't be terribly hard to either add the
message-id of the replied to message to the db, or, simply search
through the sent folder for the reply by using the References:
header.The latter would be slower, but probably preferred just because
it wouldn't be that common an action, and we don't want to make the db
bigger than it is. I can file an RFE bug.
http://bugzilla.mozilla.org/show_bug.cgi?id=66274
Making "click on replied" invoke this action is a little more
problematic - users are used to being able to click anywhere on a
message header to load the message. Maybe a context menu would be better...
- David