Responses from subreddit mail now show as read.

This commit is contained in:
bsimpson63
2012-01-13 15:50:25 -08:00
committed by Keith Mitchell
parent fbfa8ba955
commit 619e158584

View File

@@ -1088,7 +1088,7 @@ class Message(Thing, Printable):
queries.set_unread(item.lookups[0],
c.user, False)
else:
item.new = (item._fullname in mod_unread)
item.new = (item._fullname in mod_unread and not item.to_id)
item.score_fmt = Score.none