Welcome to the forums,
As long as you run deleteFolder on the account receiving the share (sharee/mount), and not the person who shared it (sharer/origin folder) you wont loose anything.
As discussed in
Bug 26729 - RFE : deleteMountpoint command for zmmailbox :
Quote:
It might be counter-intuitive but the back-end server treats mail, contacts, calendars, search, and mountpoints all like folders.
The createMountpoint command also refers to folders in its usage: createMountpoint(cm) [opts] {folder-name} {owner-id-or-name} {remote-item-id-or-path} -F/--flags <arg> flags -c/--color <arg> color -V/--view <arg> default type for folder. We decided not to have an explosion of commands (renameSearchFolder, renameAddressBook, renameCalendar, renameTask, renameNotebook, renameBriefcase, renameMountpoint, deleteTask, deleteNotebook, deleteCalendar, modifyTaskColor, modifyCalendarColor, etc ,etc) and instead expose them all as ___Folder commands. |
That said if enough truly get confused and worry that it would delete the orgin rather than simply the mount we'll revisit.