Author

Topic: personal messages question (Read 616 times)

copper member
Activity: 2996
Merit: 2374
April 22, 2015, 06:04:16 PM
#11
If you want you can set your delete time for your private message.

like that  https://bitcointalk.org/index.php?action=pm;sa=prune

do whatever you want. take the control Smiley

Keep in mind that will only delete messages in your mailbox.  Any messages you have sent will still remain in the recipient's mailbox.  Smiley

Thank you. I wouldnt know that.

Depending on the settings the PMs might still exist if both versions are deleted, because they have been send via mail as a notification.
Even if you don't receive email notifications, copies of the PM will still be saved in the forum's backups after they are deleted from both the sender's outbox and recipient's inbox. PM's (and other things) are backed up roughly once every 24 hours (although I don't believe there is a set time for the backup - at least not to my knowledge)
copper member
Activity: 1498
Merit: 1528
No I dont escrow anymore.
April 22, 2015, 05:53:33 PM
#10
If you want you can set your delete time for your private message.

like that  https://bitcointalk.org/index.php?action=pm;sa=prune

do whatever you want. take the control Smiley

Keep in mind that will only delete messages in your mailbox.  Any messages you have sent will still remain in the recipient's mailbox.  Smiley

Thank you. I wouldnt know that.

Depending on the settings the PMs might still exist if both versions are deleted, because they have been send via mail as a notification.
legendary
Activity: 1470
Merit: 1024
April 22, 2015, 05:50:08 PM
#9
If you want you can set your delete time for your private message.

like that  https://bitcointalk.org/index.php?action=pm;sa=prune

do whatever you want. take the control Smiley

Keep in mind that will only delete messages in your mailbox.  Any messages you have sent will still remain in the recipient's mailbox.  Smiley

Thank you. I wouldnt know that.
Vod
legendary
Activity: 3668
Merit: 3010
Licking my boob since 1970
April 22, 2015, 02:52:22 PM
#8
If you want you can set your delete time for your private message.

like that  https://bitcointalk.org/index.php?action=pm;sa=prune

do whatever you want. take the control Smiley

Keep in mind that will only delete messages in your mailbox.  Any messages you have sent will still remain in the recipient's mailbox.  Smiley
administrator
Activity: 5222
Merit: 13032
April 22, 2015, 02:51:44 PM
#7
That code snippet has to do with deleted posts, not PMs.

PMs are deleted from the database when the sender and all recipients delete it. If this doesn't happen, then it's not deleted. There is no expiration. PMs can also end up stored long-term in the forum's periodic database backups.

On this forum, topics and replies are never truly deleted, and edits are also logged.
hero member
Activity: 672
Merit: 508
LOTEO
April 22, 2015, 02:44:42 PM
#6
for how long do the personal messages stay, for example i send message to other person and for how long it will stay in his inbox?

If the source code of the board is not modified then the messages are removed from the database.  This is rare these days, most of the web software simply sets a delete flag. In the source code of SMF you can see the SQL queries of those deletes:

Code:
// Delete anything related to the topic.
        $smcFunc['db_query']('', '
                DELETE FROM {db_prefix}messages
                WHERE id_topic IN ({array_int:topics})',
                array(
                        'topics' => $topics,
                )
        );

This makes it unavailable for direct access. The data is still on the drive somewhere until overwritten.
In short, the message is there unless the drive is overwritten.

Source here:
http://download.simplemachines.org/index.php?thanks;filename=smf_2-1_beta1_install.zip
legendary
Activity: 1470
Merit: 1024
April 22, 2015, 02:15:12 PM
#5
If you want you can set your delete time for your private message.

like that  https://bitcointalk.org/index.php?action=pm;sa=prune

do whatever you want. take the control Smiley
legendary
Activity: 1288
Merit: 1001
April 22, 2015, 02:13:22 PM
#4
for how long do the personal messages stay, for example i send message to other person and for how long it will stay in his inbox?

very long, keep stay in your inbox. but you can delete
if you want.
legendary
Activity: 1344
Merit: 1024
Mine at Jonny's Pool
April 22, 2015, 01:33:18 PM
#3
for how long do the personal messages stay, for example i send message to other person and for how long it will stay in his inbox?
Stays until it's deleted.
newbie
Activity: 42
Merit: 0
April 22, 2015, 01:31:27 PM
#2
Have you received any PM before ?, how long that message stay in your inbox ?, I guess forever until you deleted it.
sr. member
Activity: 280
Merit: 250
April 22, 2015, 01:27:52 PM
#1
for how long do the personal messages stay, for example i send message to other person and for how long it will stay in his inbox?
Jump to: