diff libpurple/conversation.h @ 18025:7790021b1270

add a PURPLE_MESSAGE_NO_LINKIFY to prevent things from getting linkified
author Nathan Walp <nwalp@pidgin.im>
date Fri, 01 Jun 2007 00:36:00 +0000
parents 516f14bef90e
children 6b7b13adb9b1
line wrap: on
line diff
--- a/libpurple/conversation.h	Wed May 30 05:37:04 2007 +0000
+++ b/libpurple/conversation.h	Fri Jun 01 00:36:00 2007 +0000
@@ -116,7 +116,9 @@
 	PURPLE_MESSAGE_RAW         = 0x0800, /**< "Raw" message - don't
 	                                        apply formatting         */
 	PURPLE_MESSAGE_IMAGES      = 0x1000, /**< Message contains images  */
-	PURPLE_MESSAGE_NOTIFY      = 0x2000  /**< Message is a notification */
+	PURPLE_MESSAGE_NOTIFY      = 0x2000, /**< Message is a notification */
+	PURPLE_MESSAGE_NO_LINKIFY  = 0x4000  /**< Message should not be auto-
+										   linkified */
 
 } PurpleMessageFlags;