diff options
author | George Hazan <george.hazan@gmail.com> | 2025-06-06 15:36:02 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-06-06 15:36:07 +0300 |
commit | c1cac0e54f6c6e906cacc4538c79930b7c85669b (patch) | |
tree | 80e13188253331ec68c0ba10d4bae3c5ddbb968b /plugins/Msg_Export/src/main.cpp | |
parent | 59c69952e5a14de5e6a4e9d567aaaf0ce7685d86 (diff) |
MsgExport: reactions to be properly exported even in the text mode
Diffstat (limited to 'plugins/Msg_Export/src/main.cpp')
-rw-r--r-- | plugins/Msg_Export/src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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);
|