Fix a possible bug where 'name' could be uninitialized.
authorJeffrey Stedfast <fejj@helixcode.com>
Fri, 1 Dec 2000 04:25:43 +0000 (04:25 +0000)
committerJeffrey Stedfast <fejj@src.gnome.org>
Fri, 1 Dec 2000 04:25:43 +0000 (04:25 +0000)
commita8b5e22506409a6696b4d9e375b0a83511429bbd
tree2ff885a2a881e302978e8d4c1eee7eb9e2a8fb2f
parent03bb234ba3c07b61d2cfe42e55166e8246fcad66
Fix a possible bug where 'name' could be uninitialized.

2000-11-30  Jeffrey Stedfast  <fejj@helixcode.com>

* providers/imap/camel-imap-store.c
(parse_list_response_as_folder_info): Fix a possible bug where
'name' could be uninitialized.

* camel-folder-summary.c (camel_message_info_new): New convenience
function, doesn't do much but it sure makes code cleaner to read.
(camel_message_info_new_from_header): This one makes my life heaven.
camel/ChangeLog
camel/providers/imap/camel-imap-store.c