2019-12-03 03:27:01 +03:00
|
|
|
/- *contact-store
|
|
|
|
|%
|
|
|
|
+$ contact-view-action
|
2020-01-23 01:44:21 +03:00
|
|
|
$% :: %create: create in both groups and contacts
|
2019-12-19 03:24:35 +03:00
|
|
|
::
|
2020-03-02 02:35:44 +03:00
|
|
|
[%create =path ships=(set ship) title=@t description=@t]
|
2020-01-23 01:44:21 +03:00
|
|
|
:: %remove: remove from both groups and contacts
|
2019-12-19 03:24:35 +03:00
|
|
|
::
|
|
|
|
[%remove =path =ship]
|
2020-01-23 01:44:21 +03:00
|
|
|
:: %delete: delete in both groups and contacts
|
2019-12-19 03:24:35 +03:00
|
|
|
::
|
2020-01-23 01:44:21 +03:00
|
|
|
[%delete =path]
|
|
|
|
:: %share: send %add contact-action to to recipient's contact-hook
|
|
|
|
::
|
|
|
|
[%share recipient=ship =path =ship =contact]
|
2019-12-03 03:27:01 +03:00
|
|
|
==
|
|
|
|
--
|