summaryrefslogtreecommitdiffstats
path: root/src/libraries/qmfclient/qmailstore.h
diff options
context:
space:
mode:
authorPatrick Burke <patrick.burke@nokia.com>2010-10-01 14:42:38 +1000
committerPatrick Burke <patrick.burke@nokia.com>2010-10-01 14:45:51 +1000
commit42871f0102e9f937de88e5bd2ca3f908a88ee12b (patch)
treed847ebc0cdba74291dbf510304e87c2abf4ce167 /src/libraries/qmfclient/qmailstore.h
parentd303a8a8b6af5cefd8528aa5e8ca92fe1d165f8a (diff)
Removed restoreToPreviousFolder from QMailStore (API/ABI break)
The functionality has moved to QMailDisconnected, and works after the account has been synchronised with a server.
Diffstat (limited to 'src/libraries/qmfclient/qmailstore.h')
-rw-r--r--src/libraries/qmfclient/qmailstore.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libraries/qmfclient/qmailstore.h b/src/libraries/qmfclient/qmailstore.h
index d369cbed..47c0f879 100644
--- a/src/libraries/qmfclient/qmailstore.h
+++ b/src/libraries/qmfclient/qmailstore.h
@@ -168,9 +168,6 @@ public:
bool purgeMessageRemovalRecords(const QMailAccountId& parentAccountId, const QStringList& serverUid = QStringList());
- bool restoreToPreviousFolder(const QMailMessageId& id);
- bool restoreToPreviousFolder(const QMailMessageKey& key);
-
bool registerAccountStatusFlag(const QString& name);
quint64 accountStatusMask(const QString& name) const;