importDuplicateBookmarks
ddserv importDuplicateBookmarks boolean { t | nil }
Description
Imports all the duplicate bookmarks which means any bookmarks that share the same name and callbacks between the imported bookmark file and the current bookmark file gets imported.
A bookmark from an imported bookmark file could be found to be a duplicate with either a bookmark in your local bookmark file or with a bookmark that is included in the global bookmarks file.
GUI Equivalent
Examples
envSetVal ("ddserv" "importDuplicateBookmarks")
envSetVal ("ddserv" "importDuplicateBookmarks" 'boolean nil)
Related Topics
Return to top