Commit 576591ef authored by mku's avatar mku

ZP-379 #comment Reply/Forward flags are not synced from the server to the...

ZP-379 #comment Reply/Forward flags are not synced from the server to the mobile - last verb execution time type must be of type date  #time 10m

git-svn-id: https://z-push.org/svn/z-push/trunk@1665 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent 8c481d40
......@@ -182,7 +182,10 @@ class SyncMail extends SyncObject {
$mapping[SYNC_POOMMAIL2_CONVERSATIONID] = array ( self::STREAMER_VAR => "conversationid");
$mapping[SYNC_POOMMAIL2_CONVERSATIONINDEX] = array ( self::STREAMER_VAR => "conversationindex");
$mapping[SYNC_POOMMAIL2_LASTVERBEXECUTED] = array ( self::STREAMER_VAR => "lastverbexecuted");
$mapping[SYNC_POOMMAIL2_LASTVERBEXECUTIONTIME] = array ( self::STREAMER_VAR => "lastverbexectime");
$mapping[SYNC_POOMMAIL2_LASTVERBEXECUTIONTIME] = array ( self::STREAMER_VAR => "lastverbexectime",
self::STREAMER_TYPE => self::STREAMER_TYPE_DATE_DASHES);
$mapping[SYNC_POOMMAIL2_RECEIVEDASBCC] = array ( self::STREAMER_VAR => "receivedasbcc");
$mapping[SYNC_POOMMAIL2_SENDER] = array ( self::STREAMER_VAR => "sender");
$mapping[SYNC_POOMMAIL_CATEGORIES] = array ( self::STREAMER_VAR => "categories",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment