diff options
author | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2009-12-29 02:44:13 +0000 |
---|---|---|
committer | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2009-12-29 02:44:13 +0000 |
commit | 236bbc334ca84ca88470cfced8b768f4fd5f591c (patch) | |
tree | 10b204a9bf5c48729dae03d318b1f4b8f34c9edd /Protocols/IAX/commons.h | |
parent | 9cb9a1aeaee41c199e23f94062098e0bec4b1866 (diff) |
iax: report voice messages as email count
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@196 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Protocols/IAX/commons.h')
-rw-r--r-- | Protocols/IAX/commons.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Protocols/IAX/commons.h b/Protocols/IAX/commons.h index 2203660..e3b57ee 100644 --- a/Protocols/IAX/commons.h +++ b/Protocols/IAX/commons.h @@ -84,6 +84,8 @@ extern OBJLIST<IAXProto> instances; #define MAX_REGS(_A_) ( sizeof(_A_) / sizeof(_A_[0]) )
#define MIR_FREE(_X_) if (_X_ != NULL) { mir_free(_X_); _X_ = NULL; }
+#define PS_GETUNREADEMAILCOUNT "/GetUnreadEmailCount"
+
static TCHAR *lstrtrim(TCHAR *str)
|