diff -r 4e54af54a4a1 -r 6c59112cfd31 emailuis/nmhswidget/inc/nmhswidgetconsts.h --- a/emailuis/nmhswidget/inc/nmhswidgetconsts.h Wed Sep 15 17:47:19 2010 +0300 +++ b/emailuis/nmhswidget/inc/nmhswidgetconsts.h Thu Sep 30 11:43:07 2010 +0300 @@ -23,7 +23,7 @@ *************************************************/ //Maximum amount of envelopes that can be provided to client in getData function //This is also the amount of envelopes that is kept in mData all the time -const int KMaxNumberOfEnvelopesProvided = 3; +const int KMaxNumberOfEnvelopesProvided = 99; //Maximum value for unread count const int KMaxUnreadCount = 999; @@ -42,6 +42,8 @@ const QString KNmHsWidgetContentContainer = "mailRowContainer"; /** no mails label - shown when inbox is empty */ const QString KNmHsWidgetNoMailsLabel = "noMailsLabel"; +/** mail list view - list component that contains the messages */ +const QString KNmHsWidgetMailListView = "mailListView"; /** contents margin/spacing in all layouts / container widgets */ const int KNmHsWidgetContentsMargin = 0; /** Widget's background image*/