I updated my TB installation with version 3 and WebMail extension
version 1.3.3 works nicely (http://downloads.mozdev.org/webmail/web-
mail-1-3-3.xpi). The Libero component, however, was marked as unactive
- incompatible with TB3. I simply downloaded the latest Libero
component from here (http://downloads.mozdev.org/webmail/
libero-0-9-5.xpi) and forced it to comply with TB3. You have to open
it as a zip file and edit the install.rdf file like this:

from
        <em:targetApplication>
            <Description>
                <!-- Mozilla Thunderbird -->
                <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
                <em:minVersion>1.4.*</em:minVersion>
                <em:maxVersion>2.0.*</em:maxVersion>
            </Description>
        </em:targetApplication>

to
        <em:targetApplication>
            <Description>
                <!-- Mozilla Thunderbird -->
                <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
                <em:minVersion>1.4.*</em:minVersion>
                <em:maxVersion>3.0.*</em:maxVersion>
            </Description>
        </em:targetApplication>

Save the rdf file, update the xpi archive then try to install it in
Thunderbird. I think this will fit for any other WebMail component too.

--

You received this message because you are subscribed to the Google Groups 
"Thunderbird Webmail Extension" group.
To post to this group, send email to 
[email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/thunderbird-webmail-extension?hl=en.


Reply via email to