diff --git a/mozilla/mailnews/build/nsMailModule.cpp b/mozilla/mailnews/build/nsMailModule.cpp index 5c71da413e2..57a5861666e 100644 --- a/mozilla/mailnews/build/nsMailModule.cpp +++ b/mozilla/mailnews/build/nsMailModule.cpp @@ -105,6 +105,7 @@ #include "nsRssIncomingServer.h" #include "nsRssService.h" #include "nsMsgTagService.h" +#include "nsMailDirProvider.h" #ifdef XP_WIN #include "nsMessengerWinIntegration.h" @@ -335,6 +336,7 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsMsgProgress) NS_GENERIC_FACTORY_CONSTRUCTOR(nsSpamSettings) NS_GENERIC_FACTORY_CONSTRUCTOR(nsMsgTagService) NS_GENERIC_FACTORY_CONSTRUCTOR(nsCidProtocolHandler) +NS_GENERIC_FACTORY_CONSTRUCTOR(nsMailDirProvider) #ifdef XP_WIN NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsMessengerWinIntegration, Init) #endif @@ -839,6 +841,14 @@ static const nsModuleComponentInfo gComponents[] = { NS_CIDPROTOCOLHANDLER_CONTRACTID, nsCidProtocolHandlerConstructor, }, + { + "mail director provider", + MAILDIRPROVIDER_CID, + NS_MAILDIRPROVIDER_CONTRACTID, + nsMailDirProviderConstructor, + nsMailDirProvider::Register, + nsMailDirProvider::Unregister + }, #ifdef XP_WIN { "Windows OS Integration", NS_MESSENGERWININTEGRATION_CID, NS_MESSENGEROSINTEGRATION_CONTRACTID,