Re: Put a "reply-to" button in messages

2002-06-06 Thread Jym Dyer
=v= Nothing personal, but it really peeves me when HTML requires the user to have Javascript enabled to perform simple tasks. HTML was designed to make it possible to "degrade gracefully" to basic functionality, and stuff like that thwarts the design. =v= So, a friendly amendment:

Re: Put a "reply-to" button in messages

2002-06-06 Thread Earl Hood
On June 6, 2002 at 11:04, Phil Macias wrote: > Some users here wanted to "Reply to" archived mail messages. Below is > my solution. This puts a "Reply to this message" button on every > message. Note that the script attempts to preserve threading by > reading the "In-reply-to" and "references" he

Put a "reply-to" button in messages

2002-06-06 Thread Phil Macias
Hello, Some users here wanted to "Reply to" archived mail messages. Below is my solution. This puts a "Reply to this message" button on every message. Note that the script attempts to preserve threading by reading the "In-reply-to" and "references" headers. The script can probably be improved, b