Index: camel/providers/groupwise/camel-groupwise-folder.c =================================================================== RCS file: /cvs/gnome/evolution-data-server/camel/providers/groupwise/camel-groupwise-folder.c,v retrieving revision 1.132 diff -u -p -r1.132 camel-groupwise-folder.c --- camel/providers/groupwise/camel-groupwise-folder.c 28 Apr 2006 13:21:23 -0000 1.132 +++ camel/providers/groupwise/camel-groupwise-folder.c 3 May 2006 05:21:39 -0000 @@ -963,6 +963,8 @@ groupwise_refresh_folder(CamelFolder *fo if (status != E_GW_CONNECTION_STATUS_OK) { if (status ==E_GW_CONNECTION_STATUS_OTHER) { g_warning ("Trash full....Empty Trash!!!!\n"); + camel_exception_set (ex, CAMEL_EXCEPTION_SERVICE_INVALID, _("Trash Folder Full. Please Empty.")); + goto end1; /*groupwise_expunge (folder, ex);*/ } else camel_exception_set (ex, CAMEL_EXCEPTION_SERVICE_INVALID, _("Authentication failed"));