diff src/connection.h @ 8691:0eb5161ef333

[gaim-migrate @ 9444] Patch by Stu Tomlinson to disable the font size and background color buttons in MSN, and close the tags in msn/utils.c. Thanks :) committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 18 Apr 2004 03:27:33 +0000
parents cc2ce209cc46
children 92cbf9713795
line wrap: on
line diff
--- a/src/connection.h	Sun Apr 18 01:37:19 2004 +0000
+++ b/src/connection.h	Sun Apr 18 03:27:33 2004 +0000
@@ -42,7 +42,8 @@
 					           background colors.                  */
 	GAIM_CONNECTION_AUTO_RESP  = 0x0004,  /**< Send auto responses when away.       */
 	GAIM_CONNECTION_FORMATTING_WBFO = 0x0008, /**< The text buffer must be formatted as a whole */
-	GAIM_CONNECTION_NO_NEWLINES = 0x0010  /**< No new lines are allowed in outgoing messages */
+	GAIM_CONNECTION_NO_NEWLINES = 0x0010, /**< No new lines are allowed in outgoing messages */
+	GAIM_CONNECTION_NO_FONTSIZE = 0x0020 /**< Connection does not send/receive font sizes */
 } GaimConnectionFlags;
 
 typedef enum