diff options
Diffstat (limited to 'camel/providers/pop3')
-rw-r--r-- | camel/providers/pop3/camel-pop3-store.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); } |