diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2004-11-13 05:12:43 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-11-13 05:12:43 +0800 |
commit | 2ad97bcff781b15ce7511e4355c8f5ad4cb79460 (patch) | |
tree | 2e74abe19394c6719b561b50e895a83f2568bb74 /camel/providers/imap4/camel-imap4-summary.h | |
parent | bd39db6ddffe07d00d4a04f18c9b5dfc2abeee42 (diff) | |
download | gsoc2013-evolution-2ad97bcff781b15ce7511e4355c8f5ad4cb79460.tar gsoc2013-evolution-2ad97bcff781b15ce7511e4355c8f5ad4cb79460.tar.gz gsoc2013-evolution-2ad97bcff781b15ce7511e4355c8f5ad4cb79460.tar.bz2 gsoc2013-evolution-2ad97bcff781b15ce7511e4355c8f5ad4cb79460.tar.lz gsoc2013-evolution-2ad97bcff781b15ce7511e4355c8f5ad4cb79460.tar.xz gsoc2013-evolution-2ad97bcff781b15ce7511e4355c8f5ad4cb79460.tar.zst gsoc2013-evolution-2ad97bcff781b15ce7511e4355c8f5ad4cb79460.zip |
Folder now gets set on the CamelFolderSummary object rather than the
2004-11-12 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-summary.c (camel_imap4_summary_new):
Folder now gets set on the CamelFolderSummary object rather than
the CamelIMAP4Summary.
(imap4_fetch_all_update): Base summary class now has a folder
member, use that instead.
(imap4_fetch_all_add): Same.
(imap4_summary_fetch_all): Same.
(imap4_summary_fetch_flags): Same.
(camel_imap4_summary_set_uidvalidity): Same.
(camel_imap4_summary_expunge): Same.
(camel_imap4_summary_flush_updates): Same.
svn path=/trunk/; revision=27908
Diffstat (limited to 'camel/providers/imap4/camel-imap4-summary.h')
-rw-r--r-- | camel/providers/imap4/camel-imap4-summary.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/camel/providers/imap4/camel-imap4-summary.h b/camel/providers/imap4/camel-imap4-summary.h index 9af962115b..0145e4ac52 100644 --- a/camel/providers/imap4/camel-imap4-summary.h +++ b/camel/providers/imap4/camel-imap4-summary.h @@ -53,8 +53,6 @@ struct _CamelIMAP4MessageInfo { struct _CamelIMAP4Summary { CamelFolderSummary parent_object; - CamelFolder *folder; - guint32 exists; guint32 recent; guint32 unseen; |