diff --git a/mozilla/mailnews/extensions/palmsync/install.rdf b/mozilla/mailnews/extensions/palmsync/install.rdf new file mode 100644 index 00000000000..76a5f5118b0 --- /dev/null +++ b/mozilla/mailnews/extensions/palmsync/install.rdf @@ -0,0 +1,27 @@ + + +#filter substitution + + + + + p@m + @EXTENSION_VERSION@ + + + + + {3550f703-e582-4d05-9a08-453d09bdfdc6} + @THUNDERBIRD_VERSION@ + @THUNDERBIRD_VERSION@ + + + + Palm Sync + Palm address book synchronization. + Team Thunderbird + http://www.mozilla.org/projects/thunderbird/palmsync/ + + diff --git a/mozilla/mailnews/extensions/palmsync/palmsync.js b/mozilla/mailnews/extensions/palmsync/palmsync.js new file mode 100644 index 00000000000..4c5366c3e5e --- /dev/null +++ b/mozilla/mailnews/extensions/palmsync/palmsync.js @@ -0,0 +1,7 @@ +/* + Default pref values for the PalmSync Extension +*/ + +// global pref used to keep track of whether we have run PalmSyncInstall.exe +// for the current installation of the extension. +pref("extensions.palmsync.conduitRegistered", false);