Remove no-longer-necessary call to camel_provider_register_as_module.
* filter-driver.c (start): Remove no-longer-necessary call to camel_provider_register_as_module. svn path=/trunk/; revision=2693
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2000-04-30 Dan Winship <danw@helixcode.com>
|
||||
|
||||
* filter-driver.c (start): Remove no-longer-necessary call to
|
||||
camel_provider_register_as_module.
|
||||
|
||||
2000-04-25 Ettore Perazzoli <ettore@helixcode.com>
|
||||
|
||||
* Makefile.am (INCLUDES): Use `$(GTKHTML_CFLAGS)'.
|
||||
|
@ -290,7 +290,6 @@ start(void)
|
||||
|
||||
/* just hack up this for now */
|
||||
x->ex = camel_exception_new ();
|
||||
camel_provider_register_as_module ("../camel/providers/mbox/.libs/libcamelmbox.so.0");
|
||||
x->session = camel_session_new (auth_callback);
|
||||
printf("session = %p\n", x->session);
|
||||
x->store = camel_session_get_store (x->session, store_url, x->ex);
|
||||
|
Reference in New Issue
Block a user