diff options
Diffstat (limited to 'include/delphi')
-rw-r--r-- | include/delphi/m_database.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/delphi/m_database.inc b/include/delphi/m_database.inc index eefe7657d8..7a5cda29b5 100644 --- a/include/delphi/m_database.inc +++ b/include/delphi/m_database.inc @@ -363,6 +363,13 @@ const {
wParam : HCONTACT
lParam : HANDLE
+ Affect : Called when an event is marked read
+ }
+ ME_DB_EVENT_MARKED_READ:PAnsiChar = 'DB/Event/Marked/Read';
+
+ {
+ wParam : HCONTACT
+ lParam : HANDLE
Affect : Called when an event is about to be deleted from the event chain
for a contact, see notes
notes : Returning non zero from your hook will NOT stop the deletion,
|