From c1cac0e54f6c6e906cacc4538c79930b7c85669b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 6 Jun 2025 15:36:02 +0300 Subject: MsgExport: reactions to be properly exported even in the text mode --- plugins/Msg_Export/src/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/Msg_Export/src/main.cpp') diff --git a/plugins/Msg_Export/src/main.cpp b/plugins/Msg_Export/src/main.cpp index 5b43b06505..638db5a903 100644 --- a/plugins/Msg_Export/src/main.cpp +++ b/plugins/Msg_Export/src/main.cpp @@ -127,6 +127,7 @@ int CMPlugin::Load() HookEvent(ME_DB_EVENT_ADDED, nExportEvent); HookEvent(ME_DB_EVENT_EDITED, nExportEvent); + HookEvent(ME_DB_EVENT_REACTION, nExportReaction); HookEvent(ME_DB_CONTACT_DELETED, nContactDeleted); HookEvent(ME_OPT_INITIALISE, OptionsInitialize); HookEvent(ME_SYSTEM_MODULESLOADED, MainInit); -- cgit v1.2.3