From e95914dfbcdac1b63d35b1324e60cf9b591ef8fd Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Wed, 1 Feb 2006 00:47:27 +0000 Subject: [PATCH] missing palm sync extension files that I forgot to cvs add when this made it onto the trunk. git-svn-id: svn://10.0.0.236/trunk@188633 18797224-902f-48f8-a5cc-f745e15eee43 --- .../mailnews/extensions/palmsync/install.rdf | 27 +++++++++++++++++++ .../mailnews/extensions/palmsync/palmsync.js | 7 +++++ 2 files changed, 34 insertions(+) create mode 100644 mozilla/mailnews/extensions/palmsync/install.rdf create mode 100644 mozilla/mailnews/extensions/palmsync/palmsync.js 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);