The flags'n'tags copy was unnecessary. Removed it.

2002-07-26  Peter Williams  <peterw@ximian.com>

	* providers/imap/camel-imap-summary.c
	(camel_imap_summary_add_offline_uncached): The flags'n'tags
	copy was unnecessary. Removed it.

svn path=/trunk/; revision=17607
This commit is contained in:
Peter Williams
2002-07-26 17:21:23 +00:00
committed by Peter Williams
parent 0df3715eb4
commit c3448c0b5a
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,9 @@
2002-07-26 Peter Williams <peterw@ximian.com>
* providers/imap/camel-imap-summary.c
(camel_imap_summary_add_offline_uncached): The flags'n'tags
copy was unnecessary. Removed it.
* Revert Jeff's previous change, it broke local
folders. Uninitialized exceptions or something.

View File

@ -249,10 +249,6 @@ camel_imap_summary_add_offline_uncached (CamelFolderSummary *summary, const char
((CamelImapMessageInfo *)mi)->server_flags =
((CamelImapMessageInfo *)info)->server_flags;
/* Copy flags 'n' tags */
camel_flag_list_copy (&(mi->user_flags), &(info->user_flags));
camel_tag_list_copy (&(mi->user_tags), &(info->user_tags));
/* Set uid and add to summary */
camel_message_info_set_uid (mi, g_strdup (uid));
camel_folder_summary_add (summary, mi);