diff options
Diffstat (limited to 'app/models/incoming_message.rb')
-rw-r--r-- | app/models/incoming_message.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/incoming_message.rb b/app/models/incoming_message.rb index 96ecc7d53..85140398c 100644 --- a/app/models/incoming_message.rb +++ b/app/models/incoming_message.rb @@ -50,7 +50,7 @@ class IncomingMessage < ActiveRecord::Base belongs_to :raw_email - has_prominence(prominence_states = ['normal', 'hidden','requester_only']) + has_prominence # See binary_mask_stuff function below. It just test for inclusion # in this hash, not the value of the right hand side. |