emailservices/nmailbase/inc/nmcommon.h
changeset 40 2c62ef3caffd
parent 23 2dc6caa42ec3
child 30 759dc5235cdb
equal deleted inserted replaced
39:b0b89ca206b5 40:2c62ef3caffd
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009 - 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".
    50  */
    50  */
    51 enum NmMessageEvent
    51 enum NmMessageEvent
    52 {
    52 {
    53     NmMessageCreated,
    53     NmMessageCreated,
    54     NmMessageChanged,
    54     NmMessageChanged,
    55     NmMessageDeleted
    55     NmMessageDeleted,
       
    56     NmMessageFound // Search functionality related enumeration.
    56 };
    57 };
    57 Q_DECLARE_METATYPE(NmMessageEvent)
    58 Q_DECLARE_METATYPE(NmMessageEvent)
    58 
    59 
    59 enum NmFolderType
    60 enum NmFolderType
    60 {
    61 {