summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2012-05-14 22:58:51 +1000
committerQt Continuous Integration System <qt-info@nokia.com>2012-05-14 22:58:51 +1000
commitd0093ec6d12d7bcec42e43eef309fc560b73ac70 (patch)
treec6a859fb3b32092d033deb107c44350c25a1b911
parent7ce236e075ffba8148af01ac0d728f19426326f7 (diff)
parent1d69dce9e6c8885409e36508e4b40498018762b3 (diff)
Merge branch 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-messaging into master-integration
* 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-messaging: Documentation update
-rw-r--r--src/messaging/qmessagemanager.cpp15
1 files changed, 11 insertions, 4 deletions
diff --git a/src/messaging/qmessagemanager.cpp b/src/messaging/qmessagemanager.cpp
index 6fad88c1db..c3d19739be 100644
--- a/src/messaging/qmessagemanager.cpp
+++ b/src/messaging/qmessagemanager.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2010 - 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
@@ -625,6 +625,9 @@ void QMessageManager::unregisterNotificationFilter(NotificationFilterId notifica
\a matchingFilterIds contains a set of values identifiying registered notification filters
that matched the message.
+ On Symbian platform the signal is emitted only for those email accounts that exist prior
+ to first instantiation of QMessageManager.
+
\since 1.0
\sa messageRemoved(), messageUpdated(), registerNotificationFilter()
*/
@@ -638,10 +641,11 @@ void QMessageManager::unregisterNotificationFilter(NotificationFilterId notifica
Since the filters apply to the state of the data after the message removal, the only
data item that may be subject to filtration is the identifier of the removed message.
-
- On Symbian^3 platform to get signals about permanent removed emails the related mailbox
+
+ On Symbian^3 platform to get signals about permanent removed emails the related mailbox
must be manually synchronized. Email marked to be deleted, i.e. moved to deleted folder
- still exists in message store.
+ still exists in message store. Secondly, the signal is emitted only for those email
+ accounts that exist prior to first instantiation of QMessageManager.
\since 1.0
\sa messageAdded(), messageUpdated(), registerNotificationFilter()
@@ -658,6 +662,9 @@ void QMessageManager::unregisterNotificationFilter(NotificationFilterId notifica
to messages which matched a given filter prior to modification but not afterwards will not
result in the emission of the messageUpdated signal.
+ On Symbian platform the signal is emitted only for those email accounts that exist prior
+ to first instantiation of QMessageManager.
+
\since 1.0
\sa messageAdded(), messageRemoved(), registerNotificationFilter()
*/