aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-contact-list.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-contact-list.h')
-rw-r--r--libempathy/empathy-contact-list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-contact-list.h b/libempathy/empathy-contact-list.h
index cf523bf2a..b36817a93 100644
--- a/libempathy/empathy-contact-list.h
+++ b/libempathy/empathy-contact-list.h
@@ -41,6 +41,7 @@ typedef enum {
EMPATHY_CONTACT_LIST_CAN_GROUP = 1 << 3,
EMPATHY_CONTACT_LIST_CAN_BLOCK = 1 << 4,
EMPATHY_CONTACT_LIST_CAN_REPORT_ABUSIVE = 1 << 5,
+ EMPATHY_CONTACT_LIST_MESSAGE_ADD = 1 << 6,
} EmpathyContactListFlags;
typedef struct _EmpathyContactListIface EmpathyContactListIface;