equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2008 - 2010 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of "Eclipse Public License v1.0" |
5 * under the terms of "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
24 |
24 |
25 // Key to a bit mask value containing various configuration items |
25 // Key to a bit mask value containing various configuration items |
26 // (see also constants below) |
26 // (see also constants below) |
27 const TUint32 KCmailCPConfiguration = 0x10000001; |
27 const TUint32 KCmailCPConfiguration = 0x10000001; |
28 |
28 |
29 // Key to store content ids of added email widgets |
|
30 const TUint32 KCMailContentIdList = 0x10000002; |
|
31 |
|
32 // 1st bit: whether email content publisher listens to commands/events sent by Homescreen framework |
29 // 1st bit: whether email content publisher listens to commands/events sent by Homescreen framework |
33 // value == 0: default behaviour, events are handled as normal |
30 // value == 0: default behaviour, events are handled as normal |
34 // value != 0: publisher ignores HS events |
31 // value != 0: publisher ignores HS events |
35 const TUint32 KCMailIgnoreHsEvents = 1; |
32 const TUint32 KCMailIgnoreHsEvents = 1; |
36 |
33 |