The ability to prune the private messages of people who
haven't logged in for x-time or messages x-time old will
save a LOT of database space (the xoops.org
privatemessage table is many times larger then the form
tables...)
PM is really a problem.
some thoughts:
1 add a 'selected' box to store some valuable messages(the
count is limited, say 20)
2 all old (the timelimit should be configurable to admins)
messages in the 'inbox' will be deleted automatically
('seleted' messages wont be deleted)
3 'selected' messages can be transfered to email box.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1001493
PM is really a problem.
some thoughts:
1 add a 'selected' box to store some valuable messages(the
count is limited, say 20)
2 all old (the timelimit should be configurable to admins)
messages in the 'inbox' will be deleted automatically
('seleted' messages wont be deleted)
3 'selected' messages can be transfered to email box.
Logged In: YES
user_id=841117
Done in CVS and waiting for review before merging to the trunk.