diff libpurple/protocols/msn/msn.c @ 29262:558baf33197e

propagate from branch 'im.pidgin.pidgin' (head 7399f80ea98924dbddd57be1e652ecbae89d3a8e) to branch 'im.pidgin.cpw.attention_ui' (head 59a01fefc852925a87d40736c747f639270c11be)
author Marcus Lundblad <ml@update.uu.se>
date Mon, 24 Nov 2008 22:13:44 +0000
parents 24aa608c5388 82452077f0db
children 9ea6842536ba
line wrap: on
line diff
--- a/libpurple/protocols/msn/msn.c	Tue Nov 18 22:35:08 2008 +0000
+++ b/libpurple/protocols/msn/msn.c	Mon Nov 24 22:13:44 2008 +0000
@@ -1198,6 +1198,9 @@
 		purple_debug_info("msn", "prepare to send online Message\n");
 		if (g_ascii_strcasecmp(who, username))
 		{
+			if (flags & PURPLE_MESSAGE_AUTO_RESP) {
+				msn_message_set_flag(msg, 'U');
+			}
 			if (msn_user_is_yahoo(account, who)) {
 				/*we send the online and offline Message to Yahoo User via UBM*/
 				purple_debug_info("msn", "send to Yahoo User\n");