Codebase list dispmua / debian/1.3.2.dfsg-3 install.rdf
debian/1.3.2.dfsg-3

Tree @debian/1.3.2.dfsg-3 (Download .tar.gz)

install.rdf @debian/1.3.2.dfsg-3raw · history · blame

<?xml version="1.0" encoding="utf-8"?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
	<Description about="urn:mozilla:install-manifest">
<!-- 	Thunderbird 1.1 doesn't like my hate for this names... -->
		<em:id>{F8147CF4-B9E3-445B-AA87-081ED66548F8}</em:id>
<!-- 		<em:id>messenger-dispmua</em:id> -->
		<em:type>2</em:type>
		<em:name>Display Mail User Agent Extension</em:name>
		<em:version>1.3.2</em:version>
		<em:description>Displays the mail program with which the selected mail was written</em:description>
		<em:creator>Christian Weiske</em:creator>
		<em:homepageURL>http://www.cweiske.de/misc_extensions.htm#dispMUA</em:homepageURL>
		<em:aboutURL>chrome://messenger-dispmua/content/dispmua_about.xul</em:aboutURL>
<!--	<em:optionsURL>chrome://messenger-quickreply/content/prefQuickReply.xul</em:optionsURL>-->
		<em:iconURL>chrome://messenger-dispmua/content/dispmua_icon.png</em:iconURL>
<!--		<em:updateURL>http://www.cweiske.de/tbext_updateinfo.rdf</em:updateURL>-->

        <!-- em:file is used for tb versions pre-1.5, 1.5 uses chrome.manifest -->
		<em:file>
			<Description about="urn:mozilla:extension:file:messenger-dispmua.jar">
				<em:package>content/messenger-dispmua/</em:package>
				<em:locale>locale/de-DE/messenger-dispmua/</em:locale>
				<em:locale>locale/en-US/messenger-dispmua/</em:locale>
				<em:locale>locale/fr-FR/messenger-dispmua/</em:locale>
                <em:locale>locale/hi-IN/messenger-dispmua/</em:locale>
                <em:locale>locale/sk-SK/messenger-dispmua/</em:locale>
			</Description>
		</em:file>

		<!-- Thunderbird -->
		<em:targetApplication>
			<Description>
				<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
				<em:minVersion>0.8</em:minVersion>
				<em:maxVersion>2.0.0.*</em:maxVersion>
			</Description>
		</em:targetApplication>
		<!-- Mozilla IS NOT supported! -->
		<!--<em:targetApplication>
			<Description>
				<em:id>{86c18b42-e466-45a9-ae7a-9b95ba6f5640}</em:id>
				<em:minVersion>1.0</em:minVersion>
				<em:maxVersion>1.8</em:maxVersion>
			</Description>
		</em:targetApplication>-->
	</Description>
</RDF>