Don't show unread icon when taken from party

This commit is contained in:
JappaWakka 2023-08-01 18:38:42 +02:00
parent 0cdd7445c3
commit ac18f79d99
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@
Me.TakenFromParty = True
Me.index = 1
Me.TempNewMail = Items.MailItem.GetMailDataFromString(PartyMailItem.AdditionalData)
Me.TempNewMail.MailRead = True
End If
End Sub