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/ChangeLog | |
parent | bd39db6ddffe07d00d4a04f18c9b5dfc2abeee42 (diff) | |
download | gsoc2013-evolution-2ad97bcff781b15ce7511e4355c8f5ad4cb79460.tar.gz 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/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 77164682e5..5f2169a387 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,17 @@ 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. + * providers/imap4/camel-imap4-folder.c (imap4_append_message): Init appended_uid value to NULL |