[evolution-data-server] Bug #655806 - Folder deletion is very slow
- From: Fabiano Fidêncio <ffidencio src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Bug #655806 - Folder deletion is very slow
- Date: Mon, 10 Feb 2014 19:20:23 +0000 (UTC)
commit df47ccec390809108343b0d9b3bfe46e8c2820a3
Author: Fabiano Fidêncio <fidencio redhat com>
Date: Mon Feb 3 17:03:26 2014 +0100
Bug #655806 - Folder deletion is very slow
camel/camel-enums.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/camel/camel-enums.h b/camel/camel-enums.h
index e8faefb..e036c99 100644
--- a/camel/camel-enums.h
+++ b/camel/camel-enums.h
@@ -409,7 +409,8 @@ typedef enum { /*< flags >*/
CAMEL_STORE_IS_MIGRATING = 1 << 3,
CAMEL_STORE_REAL_JUNK_FOLDER = 1 << 4,
CAMEL_STORE_CAN_EDIT_FOLDERS = 1 << 5,
- CAMEL_STORE_USE_CACHE_DIR = 1 << 6
+ CAMEL_STORE_USE_CACHE_DIR = 1 << 6,
+ CAMEL_STORE_CAN_DELETE_FOLDERS_AT_ONCE = 1 << 7
} CamelStoreFlags;
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]