Unbreak this.
* providers/pop3/camel-pop3-store.c (camel_pop3_store_expunge): Unbreak this. svn path=/trunk/; revision=6381
This commit is contained in:
@ -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
|
||||
|
||||
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user