Fixed MarkMsgs_Thread function
This commit is contained in:
parent
5f82a68461
commit
99d19f4076
@ -284,7 +284,7 @@ void MarkMsgs_Thread(GMsg* msg, bool markasread)
|
||||
else if (markasread && !tempmsg->timesread)
|
||||
{
|
||||
tempmsg->timesread++;
|
||||
AA->UpdateTimesread(msg);
|
||||
AA->UpdateTimesread(tempmsg);
|
||||
}
|
||||
|
||||
msgno = tempmsg->link.to();
|
||||
|
Reference in New Issue
Block a user