Unbreak this.

* providers/pop3/camel-pop3-store.c (camel_pop3_store_expunge):
	Unbreak this.

svn path=/trunk/; revision=6381
This commit is contained in:
Dan Winship
2000-11-03 22:33:23 +00:00
parent 7c64de0411
commit 065fe4ad08
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2000-11-03 Dan Winship <danw@helixcode.com>
* providers/pop3/camel-pop3-store.c (camel_pop3_store_expunge):
Unbreak this.
2000-11-03 Jeffrey Stedfast <fejj@helixcode.com>
* camel-url.c (camel_url_to_string): If show_pass, then base64 the

View File

@ -365,8 +365,8 @@ query_auth_types_generic (CamelService *service, CamelException *ex)
void
camel_pop3_store_expunge (CamelPop3Store *store, CamelException *ex)
{
/*camel_pop3_command (store, NULL, ex, "QUIT");*/
/*camel_service_disconnect (CAMEL_SERVICE (store), ex);*/
camel_pop3_command (store, NULL, ex, "QUIT");
camel_service_disconnect (CAMEL_SERVICE (store), FALSE, ex);
}