rever previous patch. We don't want to set the default mime/type, it'll

2004-03-16  Not Zed  <NotZed@Ximian.com>

        * camel-mime-message.c (camel_mime_message_init): rever previous
        patch.  We don't want to set the default mime/type, it'll break
        stuff.

svn path=/trunk/; revision=25074
This commit is contained in:
Not Zed
2004-03-15 16:39:16 +00:00
committed by Michael Zucci
parent 1758c9fe42
commit 58b352c98a
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2004-03-16 Not Zed <NotZed@Ximian.com>
* camel-mime-message.c (camel_mime_message_init): rever previous
patch. We don't want to set the default mime/type, it'll break
stuff.
2004-03-15 Not Zed <NotZed@Ximian.com>
* providers/local/camel-mbox-store.c (delete_folder): same as

View File

@ -129,10 +129,6 @@ camel_mime_message_init (gpointer object, gpointer klass)
g_hash_table_insert(mime_message->recipients, recipient_names[i], camel_internet_address_new());
}
if (((CamelDataWrapper *)mime_message)->mime_type)
camel_content_type_unref(((CamelDataWrapper *)mime_message)->mime_type);
((CamelDataWrapper *)mime_message)->mime_type = camel_content_type_new("message", "rfc822");
mime_message->subject = NULL;
mime_message->reply_to = NULL;
mime_message->from = NULL;