From 236bbc334ca84ca88470cfced8b768f4fd5f591c Mon Sep 17 00:00:00 2001 From: pescuma Date: Tue, 29 Dec 2009 02:44:13 +0000 Subject: iax: report voice messages as email count git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@196 c086bb3d-8645-0410-b8da-73a8550f86e7 --- Protocols/IAX/commons.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Protocols/IAX/commons.h') 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 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) -- cgit v1.2.3