diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-12-06 19:31:31 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-12-06 19:31:31 +0100 |
commit | 20b76fc1fd539bf95b8cb0d0ea7044718ec99972 (patch) | |
tree | 03da4339c8879e4d45e0c5a903b6bfb410c4bf31 /common/synchronizer.h | |
parent | 62c7b07c0d62f8f03e22556bf62ed90d267c6d2e (diff) | |
download | sink-20b76fc1fd539bf95b8cb0d0ea7044718ec99972.tar.gz sink-20b76fc1fd539bf95b8cb0d0ea7044718ec99972.zip |
Move mail to sent folder after sending it
Diffstat (limited to 'common/synchronizer.h')
-rw-r--r-- | common/synchronizer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/synchronizer.h b/common/synchronizer.h index f9b834e..00b5fba 100644 --- a/common/synchronizer.h +++ b/common/synchronizer.h | |||
@@ -79,7 +79,7 @@ protected: | |||
79 | void enqueueCommand(int commandId, const QByteArray &data); | 79 | void enqueueCommand(int commandId, const QByteArray &data); |
80 | 80 | ||
81 | void createEntity(const QByteArray &localId, const QByteArray &bufferType, const Sink::ApplicationDomain::ApplicationDomainType &domainObject); | 81 | void createEntity(const QByteArray &localId, const QByteArray &bufferType, const Sink::ApplicationDomain::ApplicationDomainType &domainObject); |
82 | void modifyEntity(const QByteArray &localId, qint64 revision, const QByteArray &bufferType, const Sink::ApplicationDomain::ApplicationDomainType &domainObject); | 82 | void modifyEntity(const QByteArray &localId, qint64 revision, const QByteArray &bufferType, const Sink::ApplicationDomain::ApplicationDomainType &domainObject, const QByteArray &newResource = QByteArray(), bool remove = false); |
83 | void deleteEntity(const QByteArray &localId, qint64 revision, const QByteArray &bufferType); | 83 | void deleteEntity(const QByteArray &localId, qint64 revision, const QByteArray &bufferType); |
84 | 84 | ||
85 | /** | 85 | /** |
@@ -109,7 +109,7 @@ protected: | |||
109 | // template <typename DomainType> | 109 | // template <typename DomainType> |
110 | // void create(const DomainType &entity); | 110 | // void create(const DomainType &entity); |
111 | template <typename DomainType> | 111 | template <typename DomainType> |
112 | void modify(const DomainType &entity); | 112 | void modify(const DomainType &entity, const QByteArray &newResource = QByteArray(), bool remove = false); |
113 | // template <typename DomainType> | 113 | // template <typename DomainType> |
114 | // void remove(const DomainType &entity); | 114 | // void remove(const DomainType &entity); |
115 | QByteArrayList resolveFilter(const QueryBase::Comparator &filter); | 115 | QByteArrayList resolveFilter(const QueryBase::Comparator &filter); |