changeset 5455:f9658a84d1ed

[gaim-migrate @ 5843] Might as well be thorough. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 20 May 2003 03:33:13 +0000
parents c6efac0e28ff
children 40e976d42028
files src/protocols/msn/msg.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/msn/msg.c	Tue May 20 03:32:37 2003 +0000
+++ b/src/protocols/msn/msg.c	Tue May 20 03:33:13 2003 +0000
@@ -79,6 +79,8 @@
 
 	/* Clear out the old stuff. */
 	msn_message_set_attr(msg, "User-Agent", NULL);
+	msn_message_set_content_type(msg, NULL);
+	msn_message_set_charset(msg, NULL);
 
 	tmp = g_strdup(str);