Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
24 #if !defined(__MTMDEF_H__)
26 #if !defined(__MTCLBASE_H__)
29 #if !defined(__MTMDEF_HRH__)
33 // no matching message parts
35 const TMsvPartList KMsvMessagePartNone = 0x00000000;
39 const TMsvPartList KMsvMessagePartBody = 0x00000001;
43 const TMsvPartList KMsvMessagePartRecipient = 0x00000002;
47 const TMsvPartList KMsvMessagePartOriginator = 0x00000004;
48 // Message description
49 const TMsvPartList KMsvMessagePartDescription = 0x00000008;
52 const TMsvPartList KMsvMessagePartDate = 0x00000010;
53 // Message attachments
55 const TMsvPartList KMsvMessagePartAttachments = 0x00000020;
58 //Flag to specify case-sensitive search.
60 const TMsvPartList KMsvFindCaseSensitive = 0x80000000;
61 // Flag to specify search for whole words.
63 const TMsvPartList KMsvFindWholeWord = 0x40000000;
65 // Maximum length (in characters) of find text.
67 const TInt KMsvMaxFindTextLength = 500;