emailuis/nmhswidget/inc/nmhswidgetconsts.h
changeset 47 f83bd4ae1fe3
parent 23 2dc6caa42ec3
child 49 00c7ae862740
equal deleted inserted replaced
45:780f926bc26c 47:f83bd4ae1fe3
    21 /**************************************************
    21 /**************************************************
    22  * engine
    22  * engine
    23  *************************************************/
    23  *************************************************/
    24 //Maximum amount of envelopes that can be provided to client in getData function
    24 //Maximum amount of envelopes that can be provided to client in getData function
    25 //This is also the amount of envelopes that is kept in mData all the time
    25 //This is also the amount of envelopes that is kept in mData all the time
    26 const int KMaxNumberOfEnvelopesProvided = 2;
    26 const int KMaxNumberOfEnvelopesProvided = 3;
    27 //Maximum value for unread count
    27 //Maximum value for unread count
    28 const int KMaxUnreadCount = 999; 
    28 const int KMaxUnreadCount = 999; 
    29 
    29 
    30 /**************************************************
    30 /**************************************************
    31  * nmhswidget
    31  * nmhswidget