fixes #2418 (includes hiding deleted dmails and allowing filtering on user name)

This commit is contained in:
r888888888
2015-07-07 16:47:23 -07:00
parent 4a24fe5074
commit 67e46f6e5c
9 changed files with 121 additions and 8 deletions

View File

@@ -20,6 +20,10 @@ class AnonymousUser
Time.now
end
def dmail_filter
nil
end
def name
"Anonymous"
end