From: <svn...@op...> - 2009-11-03 19:28:36
|
Author: henrik Date: Tue Nov 3 20:28:17 2009 New Revision: 5922 URL: http://www.opensync.org/changeset/5922 Log: Following last checkin: THe actual mozilla-sync external plugin xml file Added: plugins/mozilla-sync/trunk/src/mozilla-sync.xml Added: plugins/mozilla-sync/trunk/src/mozilla-sync.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ plugins/mozilla-sync/trunk/src/mozilla-sync.xml Tue Nov 3 20:28:17 2009 (r5922) @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<!-- $Id$ --> +<ExternalPlugin version="1"> + <Name>mozilla-sync</Name> + <LongName>Mozilla Thunderbird synchronization</LongName> + <Description>Mozilla Thunderbird (and Lightning+Sunbird and Debian ice*) synchronization</Description> + <ExternalCommand>thunderbird --mozilla-sync %s</ExternalCommand> +</ExternalPlugin> |