[evolution-data-server/imap-notify: 23/23] CamelIMAPXFolder: Remove public "on server" members.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/imap-notify: 23/23] CamelIMAPXFolder: Remove public "on server" members.
- Date: Tue, 10 Sep 2013 14:07:27 +0000 (UTC)
commit 210890cf43cf25b9d76de935727c850fb3be0c09
Author: Matthew Barnes <mbarnes redhat com>
Date: Sun Sep 8 11:01:55 2013 -0400
CamelIMAPXFolder: Remove public "on server" members.
No longer used; the information is now in CamelIMAPXMailbox.
camel/camel-imapx-folder.c | 4 ----
camel/camel-imapx-folder.h | 6 ------
2 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/camel/camel-imapx-folder.c b/camel/camel-imapx-folder.c
index 6e7ce65..54cafc3 100644
--- a/camel/camel-imapx-folder.c
+++ b/camel/camel-imapx-folder.c
@@ -1284,10 +1284,6 @@ camel_imapx_folder_new (CamelStore *store,
imapx_folder->search = camel_imapx_search_new ();
g_mutex_init (&imapx_folder->search_lock);
g_mutex_init (&imapx_folder->stream_lock);
- imapx_folder->exists_on_server = 0;
- imapx_folder->unread_on_server = 0;
- imapx_folder->modseq_on_server = 0;
- imapx_folder->uidnext_on_server = 0;
if (filter_all)
folder->folder_flags |= CAMEL_FOLDER_FILTER_RECENT;
diff --git a/camel/camel-imapx-folder.h b/camel/camel-imapx-folder.h
index d5f538d..b1caef2 100644
--- a/camel/camel-imapx-folder.h
+++ b/camel/camel-imapx-folder.h
@@ -67,12 +67,6 @@ struct _CamelIMAPXFolder {
CamelDataCache *cache;
CamelFolderSearch *search;
- guint32 exists_on_server;
- guint32 unread_on_server;
- guint64 modseq_on_server;
- guint64 uidvalidity_on_server;
- guint32 uidnext_on_server;
-
GMutex search_lock;
GMutex stream_lock;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]