dmails: remove search[read] param.

This commit is contained in:
evazion
2020-01-30 23:01:02 -06:00
parent d8eba59cfa
commit 76630bbf73

View File

@@ -144,9 +144,6 @@ class Dmail < ApplicationRecord
q = q.folder_matches(params[:folder])
q = q.read if params[:read].to_s.truthy?
q = q.unread if params[:read].to_s.falsy?
q.apply_default_order(params)
end
end