/*

MAgen.dll: Miranda plugin for mail.ru message exchange.

Copyright 2005-2010 Lenik.
Project home at http://www.lenik.ru/win32/magent
Author contact: lenik@lenik.ru

This program is free software.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

*/

// Request authorization
// wParam=(WPARAM)hContact
#define MS_REQ_AUTH "/ReqAuth" 

unsigned char DB_SETTING_NEWMAILNOTIFY[] = "NMNotify";
unsigned char DB_SETTING_EMAIL[] = "EMail";
unsigned char DB_SETTING_PASSWORD[] = "Password";
unsigned char DB_SETTING_APPARENTMODE[] = "ApparentMode";
unsigned char DB_SETTING_NUMBER[] = "Number";
unsigned char DB_SETTING_FLAGS[] = "Flags";
unsigned char DB_SETTING_TIMEOUT[] = "Timeout";
unsigned char DB_SETTING_NMPN[] = "NMPN";

unsigned char DB_SETTING_CLIST[] = "CList";
unsigned char DB_SETTING_CLIST_MYHANDLE[] = "MyHandle";
