equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Resource headers for project NCS |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #ifndef NCSCONSTANTS_H |
|
21 #define NCSCONSTANTS_H |
|
22 |
|
23 #include "FreestyleEmailUiLiterals.h" |
|
24 |
|
25 _LIT( KUnicodeLineFeed, "\x2029"); |
|
26 _LIT( KIMSLineFeed, "\r\n"); |
|
27 _LIT( KEmailAddressSeparator, ";" ); |
|
28 _LIT( KSentLineDateAndTimeSeparatorText, ", " ); |
|
29 _LIT( KLastNameFirstNameSeparator, ", " ); |
|
30 _LIT( KEmailAddressDecorationHead, "<" ); |
|
31 _LIT( KEmailAddressDecorationTail, ">" ); |
|
32 |
|
33 const TInt KAutoSaveTimeDelayMs = 15000; |
|
34 |
|
35 const TInt KHeaderDetailTextPaneVariety = 4; |
|
36 |
|
37 enum TMsgPriority |
|
38 { |
|
39 EMsgPriorityLow, |
|
40 EMsgPriorityNormal, |
|
41 EMsgPriorityHigh |
|
42 }; |
|
43 |
|
44 enum TNcsEditorUsage |
|
45 { |
|
46 ENcsEditorDefault, |
|
47 ENcsEditorAddress, |
|
48 ENcsEditorSubject, |
|
49 ENcsEditorBody, |
|
50 }; |
|
51 |
|
52 #endif |