From 6fd143b5c2f6e5d0c05657a9f7e8fe081a2447e2 Mon Sep 17 00:00:00 2001
From: George Hazan <george.hazan@gmail.com>
Date: Wed, 23 Oct 2013 19:51:17 +0000
Subject: VK: fix for outgoing message notification

git-svn-id: http://svn.miranda-ng.org/main/trunk@6604 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
---
 include/m_protosvc.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'include')

diff --git a/include/m_protosvc.h b/include/m_protosvc.h
index 808722b457..2ad9c9d7c7 100644
--- a/include/m_protosvc.h
+++ b/include/m_protosvc.h
@@ -721,6 +721,7 @@ typedef struct {
 #define PREF_UNICODE      2
 #define PREF_RTL          4     // 0.5+ addition: support for right-to-left messages
 #define PREF_UTF          8     // message is in utf-8 (0.7.0+)
+#define PREF_SENT        16     // message will be created with the DBEF_SENT flag
 
 #if defined(_UNICODE)
 	#define PREF_TCHAR PREF_UNICODE
-- 
cgit v1.2.3