84 // once user changes any 'receive setting'. |
84 // once user changes any 'receive setting'. |
85 static const quint32 EmailKeyReceptionUserDefinedProfile = 4; |
85 static const quint32 EmailKeyReceptionUserDefinedProfile = 4; |
86 |
86 |
87 // Inbox sync window in number of messages. 0 means all messages are synched |
87 // Inbox sync window in number of messages. 0 means all messages are synched |
88 // from the server. |
88 // from the server. |
89 // Value for each profile: KUTP(200),SE(100),FM(100), UD |
89 // Value for each profile: KUTP(500),SE(50),FM(50), UD |
90 // This key follows the profile offset. |
90 // This key follows the profile offset. |
91 static const quint32 EmailKeyReceptionInboxSyncWindow = 5; |
91 static const quint32 EmailKeyReceptionInboxSyncWindow = 5; |
92 |
92 |
93 // default values for each profile |
93 // default values for each profile |
94 static const int DefaultValueKeepUpToDateInboxSyncWindow = 200; |
94 static const int DefaultValueKeepUpToDateInboxSyncWindow = 500; |
95 static const int DefaultValueSaveEnergyInboxSyncWindow = 100; |
95 static const int DefaultValueSaveEnergyInboxSyncWindow = 50; |
96 static const int DefaultValueManualSyncInboxSyncWindow = 100; |
96 static const int DefaultValueManualSyncInboxSyncWindow = 50; |
97 static const int DefaultUserDefinedInboxSyncWindow = -1; |
97 static const int DefaultUserDefinedInboxSyncWindow = -1; |
98 |
98 |
99 // Other folder sync window in number of messages. 0 means all messages are synched |
99 // Other folder sync window in number of messages. 0 means all messages are synched |
100 // from the server. |
100 // from the server. |
101 // This key follows the profile offset. |
101 // This key follows the profile offset. |