fabrixxm / Year-View

Thunderbird/Lightning "Year view" add-on
https://addons.mozilla.org/it/thunderbird/addon/14467/
GNU General Public License v2.0
13 stars 9 forks source link

SeaMonkey compatibility #10

Closed ZehHa closed 9 years ago

ZehHa commented 9 years ago

Can't find any incompatibility with SeaMonkey, works nicely. How about adding this to install.pdf?

<em:targetApplication>
    <Description>
        <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id> <!-- SeaMonkey -->
        <em:minVersion>2.0</em:minVersion>
        <em:maxVersion>2.26.*</em:maxVersion>
    </Description>
</em:targetApplication>

[edit] Ah, OK. Found the last version's code. It's included, but maxVersion set to 2.4.*, which is much too low. Added a change/fork and pull request. [/edit]