Add the ability for a recipient to (logically) delete a message from

their INBOX so they no longer see it.
This commit is contained in:
Tom Hughes 2009-07-23 15:22:44 +00:00
parent 0d97737a7d
commit f3bf0c8b14
7 changed files with 33 additions and 3 deletions

View file

@ -11,6 +11,7 @@
<th><%= t'message.inbox.date' %></th>
<th></th>
<th></th>
<th></th>
</tr>
<%= render :partial => "message_summary", :collection => @user.messages %>
</table>