Mercurial > pidgin
diff src/protocols/msn/msg.c @ 6958:4c29ee932d67
[gaim-migrate @ 7505]
One last thing before I take a vacation.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Wed, 24 Sep 2003 23:36:37 +0000 |
parents | ab80de7a74d1 |
children | 414c701ef1ff |
line wrap: on
line diff
--- a/src/protocols/msn/msg.c Wed Sep 24 23:28:03 2003 +0000 +++ b/src/protocols/msn/msg.c Wed Sep 24 23:36:37 2003 +0000 @@ -79,7 +79,7 @@ msn_message_set_attr(msg, "User-Agent", "Gaim/" VERSION); msn_message_set_content_type(msg, "text/plain"); msn_message_set_charset(msg, "UTF-8"); - msn_message_set_flag(msg, 'N'); + msn_message_set_flag(msg, 'U'); msn_message_ref(msg);