Commit 8c481d40 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 - added defines  #time 10m

git-svn-id: https://z-push.org/svn/z-push/trunk@1664 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent 79c63cfe
......@@ -1051,7 +1051,16 @@ define("SYNC_FILEAS_FIRSTCOMPANY", 7);
define ("SYNC_RESOLVERECIPIENTS_TYPE_GAL", 1);
define ("SYNC_RESOLVERECIPIENTS_TYPE_CONTACT", 2);
define ("SYNC_RESOLVERECIPIENTS_CERTRETRIEVE_NO", 1);
define ("SYNC_RESOLVERECIPIENTS_CERTRETRIEVE_FULL", 2);
define ("SYNC_RESOLVERECIPIENTS_CERTRETRIEVE_MINI", 3);
define("SYNC_RESOLVERECIPIENTS_CERTRETRIEVE_NO", 1);
define("SYNC_RESOLVERECIPIENTS_CERTRETRIEVE_FULL", 2);
define("SYNC_RESOLVERECIPIENTS_CERTRETRIEVE_MINI", 3);
define("NOTEIVERB_REPLYTOSENDER", 102);
define("NOTEIVERB_REPLYTOALL", 103);
define("NOTEIVERB_FORWARD", 104);
define("AS_REPLYTOSENDER", 1);
define("AS_REPLYTOALL", 2);
define("AS_FORWARD", 3);
?>
\ No newline at end of file
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