:-)
I'll reply to everyone in this one node.

1. You are right diotalevi, Robartes and adrianh, whether this would help depends on the ussage pattern. I would like it since if I do want to reply I do that immediately. So I don't need to keep those around. I have no idea how many people would like this, but for me it would mean one page reload less ... the way it is now I 1) click on the link to get to the node 2) read the response, 3) reply if I feel like it 4) check the checkbox and click Talk. Which forces the webserver to respond to one more request.

2. Yes, Robates, that's about what I would expect the implementation to look like. I don't think this would put any big additional load to the server. The index.pl would just check whether there is such a parameter in the query. And only if it does would it consult the user's preferences and if the user wants that delete or archive the message. So the only thing addigional thing executed in the normal case would be an if ($cgi->param("from_msg_id")).

3. Yes the Message Inbox is cool but ... if I only get two messages a day and only want to peruse the link once and then get rid of the message, it's a bit of an overkill :-)

Jenda
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.
   -- Rick Osborne

Edit by castaway: Closed small tag in signature


In reply to Re: Re: Removing reply notifications (message inbox) by Jenda
in thread Removing reply notifications by Jenda

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.