From 49f006c2eab275e98298df247686a161a5581ebd Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 1 Mar 2019 13:01:59 +0300 Subject: h++ doesn't mark messages with URLs as read --- plugins/HistoryPlusPlus/hpp_externalgrid.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/HistoryPlusPlus/hpp_externalgrid.pas b/plugins/HistoryPlusPlus/hpp_externalgrid.pas index 9bb7190c38..58a5ffa7da 100644 --- a/plugins/HistoryPlusPlus/hpp_externalgrid.pas +++ b/plugins/HistoryPlusPlus/hpp_externalgrid.pas @@ -534,7 +534,7 @@ begin // tabSRMM still doesn't marks events read in case of hpp log is in use... // if (FGridMode = gmIEView) and if (mtIncoming in Item.MessageType) and (MessageTypesToDWord(Item.MessageType) and - MessageTypesToDWord([mtMessage]) > 0) then + MessageTypesToDWord([mtMessage, mtUrl]) > 0) then begin if (not Item.IsRead) then db_event_markRead(Items[Index].hContact, Items[Index].hDBEvent); -- cgit v1.2.3