pinax / pinax-messages

a Django app for allowing users of your site to send messages to each other
MIT License
202 stars 58 forks source link

visibility of the deleted messages #41

Closed volksman closed 6 years ago

volksman commented 6 years ago

Allows the ability to expose the deleted messages as a folder.

paltman commented 6 years ago

I think we might need some toggle or setting as I would think the default case you'd be surprised by your deleted messages being visible.

volksman commented 6 years ago

@paltman it's not there unless the template exposes/calls for it. Otherwise everything behaves the way you wrote it. I can see this leading down a path where a user can define a folder to put messages in but I don't have time to cook that up just yet.

paltman commented 6 years ago

Thanks!