NETCFG: move netconfig parser into its own file.
[citadel.git] / citadel / modules / pop3client / serv_pop3client.c
index 433309f38895ed0d9e6877f510ad40848e985d3c..0672919bf9c6b0ccfa51babe9bc1f10060a754ad 100644 (file)
@@ -1263,6 +1263,7 @@ CTDL_MODULE_INIT(pop3client)
        if (!threading)
        {
                CtdlFillSystemContext(&pop3_client_CC, "POP3aggr");
+               CtdlREGISTERRoomCfgType(pop3client, ParseGeneric, 0, SerializeGeneric, DeleteGenericCfgLine);/// todo: implement pop3 specific parser
                pthread_mutex_init(&POP3QueueMutex, NULL);
                POP3QueueRooms = NewHash(1, lFlathash);
                POP3FetchUrls = NewHash(1, NULL);