diff options
Diffstat (limited to 'plugins')
-rwxr-xr-x | 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 84fb32e7ec..a825e79c61 100755 --- a/plugins/Msg_Export/src/main.cpp +++ b/plugins/Msg_Export/src/main.cpp @@ -106,6 +106,7 @@ int MainInit(WPARAM /*wparam*/, LPARAM /*lparam*/) UpdateFileToColWidth();
HookEvent(ME_DB_EVENT_ADDED, nExportEvent);
+ HookEvent(ME_DB_EVENT_EDITED, nExportEvent);
HookEvent(ME_DB_CONTACT_DELETED, nContactDeleted);
HookEvent(ME_OPT_INITIALISE, OptionsInitialize);
|