diff options
Diffstat (limited to 'camel/providers/nntp/camel-nntp-provider.c')
-rw-r--r-- | camel/providers/nntp/camel-nntp-provider.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/camel/providers/nntp/camel-nntp-provider.c b/camel/providers/nntp/camel-nntp-provider.c index cb08912b83..a8afe48c02 100644 --- a/camel/providers/nntp/camel-nntp-provider.c +++ b/camel/providers/nntp/camel-nntp-provider.c @@ -61,7 +61,9 @@ camel_provider_module_init (CamelSession *session) camel_nntp_store_get_type(); news_provider.service_cache = g_hash_table_new (nntp_url_hash, nntp_url_equal); - + news_provider.url_hash = nntp_url_hash; + news_provider.url_equal = nntp_url_equal; + camel_session_register_provider (session, &news_provider); } |