Jump to content

[RFE] Add PM to sent items folder by default


Guest Dodger

Recommended Posts

Posted

Hi,

Subject says it all.

So far, I've been able to select the checkbox by default with the following changes to func_msg.php:

- Comment out line #313
- Add an else clause on line #385:

         else // Not preview, not saved.
         {
            $footer_defaults = array(
                                     'add_sent'     => "checked='checked' ",
                                     'add_tracking' => ""
                                    );
        }



. . . but this has no affect when replying to a received message (or forwarding one). I guess I should set the add_sent element within the blocks beginning on lines 365 (forward message) and 372 (reply to message)? I'd have to then move the code from lines 381 to 384.

I just thought it may be better for this to be built into the software, whether as a global setting, a group setting, a user setting, or whatever other setting would be most appropriate.

D.

Posted

Changed things around a bit (not the way I mentioned above) so that message replies and forwards are also added to the sent items folder.

Would be nice if this functionality was built-in, as previously mentioned.

D.

Posted

yea it should store this check in the db somewhere as its pretty a huge thing that catches me out multiple times (god bless the read pm's mod :D).

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...