diff options
author | George Hazan <george.hazan@gmail.com> | 2013-10-23 19:51:17 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-10-23 19:51:17 +0000 |
commit | 6fd143b5c2f6e5d0c05657a9f7e8fe081a2447e2 (patch) | |
tree | b7ac7068df1c3042700c5fe38bd507b74a71837c /include/m_protosvc.h | |
parent | 7a1aca929a8b8a12d87d5c8c086cd7b82dcde5e5 (diff) |
VK: fix for outgoing message notification
git-svn-id: http://svn.miranda-ng.org/main/trunk@6604 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_protosvc.h')
-rw-r--r-- | include/m_protosvc.h | 1 |
1 files changed, 1 insertions, 0 deletions
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
|