From 065fe4ad082f63fc73a8261e798674bcb58a25ca Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 3 Nov 2000 22:33:23 +0000 Subject: Unbreak this. * providers/pop3/camel-pop3-store.c (camel_pop3_store_expunge): Unbreak this. svn path=/trunk/; revision=6381 --- camel/providers/pop3/camel-pop3-store.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'camel/providers/pop3') diff --git a/camel/providers/pop3/camel-pop3-store.c b/camel/providers/pop3/camel-pop3-store.c index d572cc0a98..bdcf7996e3 100644 --- a/camel/providers/pop3/camel-pop3-store.c +++ b/camel/providers/pop3/camel-pop3-store.c @@ -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); } -- cgit v1.2.3