[evolution-data-server] mark inbox as system folder
- From: Chenthill Palanisamy <pchen src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] mark inbox as system folder
- Date: Wed, 3 Mar 2010 01:10:04 +0000 (UTC)
commit 9a7870c5e0d0740ea7b9ea7ad78bb724365fbfce
Author: Chenthill Palanisamy <pchenthill novell com>
Date: Wed Mar 3 06:38:35 2010 +0530
mark inbox as system folder
camel/providers/imapx/camel-imapx-store.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/camel/providers/imapx/camel-imapx-store.c b/camel/providers/imapx/camel-imapx-store.c
index ce7e2ca..9f518d7 100644
--- a/camel/providers/imapx/camel-imapx-store.c
+++ b/camel/providers/imapx/camel-imapx-store.c
@@ -518,8 +518,10 @@ get_folder_info_offline (CamelStore *store, const gchar *top,
fi->flags = (fi->flags & ~CAMEL_FOLDER_NOINFERIORS) | CAMEL_FOLDER_NOCHILDREN;
/* blah, this gets lost somewhere, i can't be bothered finding out why */
- if (!g_ascii_strcasecmp(fi->full_name, "inbox"))
+ if (!g_ascii_strcasecmp(fi->full_name, "inbox")) {
fi->flags = (fi->flags & ~CAMEL_FOLDER_TYPE_MASK) | CAMEL_FOLDER_TYPE_INBOX;
+ fi->flags |= CAMEL_FOLDER_SYSTEM;
+ }
if (si->flags & CAMEL_FOLDER_NOSELECT) {
CamelURL *url = camel_url_new(fi->uri, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]