comparison 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
comparison
equal deleted inserted replaced
8690:b3b3384bc1e6 8691:0eb5161ef333
40 GAIM_CONNECTION_HTML = 0x0001, /**< Connection sends/receives in 'HTML'. */ 40 GAIM_CONNECTION_HTML = 0x0001, /**< Connection sends/receives in 'HTML'. */
41 GAIM_CONNECTION_NO_BGCOLOR = 0x0002, /**< Connection does not send/recieve 41 GAIM_CONNECTION_NO_BGCOLOR = 0x0002, /**< Connection does not send/recieve
42 background colors. */ 42 background colors. */
43 GAIM_CONNECTION_AUTO_RESP = 0x0004, /**< Send auto responses when away. */ 43 GAIM_CONNECTION_AUTO_RESP = 0x0004, /**< Send auto responses when away. */
44 GAIM_CONNECTION_FORMATTING_WBFO = 0x0008, /**< The text buffer must be formatted as a whole */ 44 GAIM_CONNECTION_FORMATTING_WBFO = 0x0008, /**< The text buffer must be formatted as a whole */
45 GAIM_CONNECTION_NO_NEWLINES = 0x0010 /**< No new lines are allowed in outgoing messages */ 45 GAIM_CONNECTION_NO_NEWLINES = 0x0010, /**< No new lines are allowed in outgoing messages */
46 GAIM_CONNECTION_NO_FONTSIZE = 0x0020 /**< Connection does not send/receive font sizes */
46 } GaimConnectionFlags; 47 } GaimConnectionFlags;
47 48
48 typedef enum 49 typedef enum
49 { 50 {
50 GAIM_DISCONNECTED = 0, /**< Disconnected. */ 51 GAIM_DISCONNECTED = 0, /**< Disconnected. */