[evolution-data-server] Cannot delete maildir folder



commit 9af9c8ae558c0bb36c8c1cd07512113a6bb7f217
Author: ritz <khadgaray gmail com>
Date:   Wed Nov 24 14:42:04 2010 +0100

    Cannot delete maildir folder

 camel/providers/local/camel-maildir-store.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/providers/local/camel-maildir-store.c b/camel/providers/local/camel-maildir-store.c
index a49155c..cf6e376 100644
--- a/camel/providers/local/camel-maildir-store.c
+++ b/camel/providers/local/camel-maildir-store.c
@@ -265,7 +265,7 @@ maildir_store_delete_folder_sync (CamelStore *store,
 	struct stat st;
 	gboolean success = TRUE;
 
-	if (!g_ascii_strcasecmp (folder_name, "Inbox") == 0) {
+	if (g_ascii_strcasecmp (folder_name, "Inbox") == 0) {
 		g_set_error (
 			error, CAMEL_STORE_ERROR,
 			CAMEL_STORE_ERROR_NO_FOLDER,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]