equal
deleted
inserted
replaced
19 #ifndef CMAILCPSIFCONSTS_H_ |
19 #ifndef CMAILCPSIFCONSTS_H_ |
20 #define CMAILCPSIFCONSTS_H_ |
20 #define CMAILCPSIFCONSTS_H_ |
21 |
21 |
22 // Hardcoded maximum value for number of rows in widget |
22 // Hardcoded maximum value for number of rows in widget |
23 const TInt KMaxRowCount = 3; |
23 const TInt KMaxRowCount = 3; |
|
24 const TInt KMaxMsgCount = 2; |
24 // Hardcoded maximum value for number of mailboxes |
25 // Hardcoded maximum value for number of mailboxes |
25 const TInt KMaxMailboxCount = 18; |
26 const TInt KMaxMailboxCount = 18; |
26 const TInt KMaxUnreadCount = 999; |
27 const TInt KMaxUnreadCount = 999; |
27 const TInt KMaxDescLen = 256; |
28 const TInt KMaxDescLen = 256; |
28 _LIT(KNullDes, ""); |
29 _LIT(KNullDes, ""); |
98 _LIT8( KType, "type" ); |
99 _LIT8( KType, "type" ); |
99 _LIT8( KDataMap, "data_map" ); |
100 _LIT8( KDataMap, "data_map" ); |
100 _LIT8( KDelete, "Delete" ); |
101 _LIT8( KDelete, "Delete" ); |
101 _LIT( KCpData, "cp_data" ); |
102 _LIT( KCpData, "cp_data" ); |
102 _LIT8( KFilter, "filter" ); |
103 _LIT8( KFilter, "filter" ); |
|
104 _LIT8( KData8, "data" ); |
103 _LIT8( KId, "id" ); |
105 _LIT8( KId, "id" ); |
104 _LIT8( KItem, "item" ); |
106 _LIT8( KItem, "item" ); |
105 _LIT8( KItemId, "item_id" ); |
107 _LIT8( KItemId, "item_id" ); |
106 _LIT8( KPublisherId, "publisher" ); |
108 _LIT8( KPublisherId, "publisher" ); |
107 _LIT8( KPluginId, "plugin_id"); |
109 _LIT8( KPluginId, "plugin_id"); |