Commit 28cd198c authored by mku's avatar mku

ZP-44 #comment Implement ResolveRecipients command - additional definitions #time 5m

git-svn-id: https://z-push.org/svn/z-push/trunk@1618 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent 56b68e24
......@@ -1047,4 +1047,11 @@ define("SYNC_FILEAS_COMPANYLAST", 4);
define("SYNC_FILEAS_COMPANYFIRST", 5);
define("SYNC_FILEAS_LASTCOMPANY", 6);
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);
?>
\ 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