Need to ref the CamelMessageInfo after adding to the summary because
authorJeffrey Stedfast <fejj@novell.com>
Mon, 12 May 2008 02:41:43 +0000 (02:41 +0000)
committerJeffrey Stedfast <fejj@src.gnome.org>
Mon, 12 May 2008 02:41:43 +0000 (02:41 +0000)
commit17c80f764ed29fd924e6c91b678542602c88f745
treeaad49c39c4cae60184f2c0b0a7000e50637cb3cd
parentb8b4f7bfb6c8a0ce39723cffbcf2ea0c13b1583e
Need to ref the CamelMessageInfo after adding to the summary because

2008-05-11  Jeffrey Stedfast  <fejj@novell.com>

* camel-imap4-summary.c (imap4_fetch_all_add): Need to ref the
CamelMessageInfo after adding to the summary because
camel_folder_summary_add() does not ref.

* camel-imap4-store.c: Define some symbols that might not exist in
the version of camel we are linking against.
(imap4_build_folder_info_tree): New function to build a tree
structure of CamelFolderInfo's from an array.

svn path=/trunk/; revision=8781
camel/providers/imap4/ChangeLog
camel/providers/imap4/camel-imap4-store.c
camel/providers/imap4/camel-imap4-summary.c