diff --git a/kmail/src/editor/plugininterface/kmailplugineditorcheckbeforesendmanagerinterface.cpp b/kmail/src/editor/plugininterface/kmailplugineditorcheckbeforesendmanagerinterface.cpp index 6f97233962bed3788641ef13ab96979d5b17e192..709764d49c36ace7009170fdf68db1560d78e8e0 100644 --- a/kmail/src/editor/plugininterface/kmailplugineditorcheckbeforesendmanagerinterface.cpp +++ b/kmail/src/editor/plugininterface/kmailplugineditorcheckbeforesendmanagerinterface.cpp @@ -62,6 +62,7 @@ void KMailPluginEditorCheckBeforeSendManagerInterface::initializePlugins() MessageComposer::PluginEditorCheckBeforeSendInterface *interface = plugin->createInterface(this); interface->setParentWidget(mParentWidget); interface->setIdentityManagement(mIdentityManagement); + interface->reloadConfig(); mListPluginInterface.append(interface); } }