-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to work with the latest version of Instantbird. Now uses the "preparing-message" observer notification API to replace links.
- Loading branch information
Showing
2 changed files
with
33 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<Description about="urn:mozilla:install-manifest"> | ||
|
||
<em:id>[email protected]</em:id> | ||
<em:version>0.2</em:version> | ||
<em:version>0.3</em:version> | ||
<em:name>Not today!</em:name> | ||
<em:description>What do we say in logs? Not today! - replaces any reference to log.bezut.info/instantbird/(today|yesterday) with the correct date before sending the message</em:description> | ||
<em:type>2</em:type> | ||
|
@@ -17,8 +17,8 @@ | |
<em:targetApplication> | ||
<Description> | ||
<em:id>{33cb9019-c295-46dd-be21-8c4936574bee}</em:id> | ||
<em:minVersion>1.4a1pre</em:minVersion> | ||
<em:maxVersion>1.4a1pre</em:maxVersion> | ||
<em:minVersion>1.6a1pre</em:minVersion> | ||
<em:maxVersion>1.6a1pre</em:maxVersion> | ||
</Description> | ||
</em:targetApplication> | ||
|
||
|