diff --git a/FAQ.md b/FAQ.md index 0ec018402c..fd4e13d0fa 100644 --- a/FAQ.md +++ b/FAQ.md @@ -19,6 +19,19 @@ In case the language is [not supported by the webextension](https://crowdin.com/ Thunderbird's default language can be changed in the "Options" select there "Advanced" and locate the "Language" dropdown. Setting languages is only possible on official Thunderbird releases. Nightly version support only en-US. +## WebExtension: How to install a side loaded WebExtension + +Currently the review process for addons.thunderbird.net is extremely slow. It takes several +month until an update is listed. Thus you may want to install the addon directly from this repository. + +Download the latest release from the [releases section](https://github.com/thsmi/sieve/releases). + +If you are a Firefox user, you need to right click on the "Thunderbird WebExtension" link and select "Save Link As" otherwise Firefox tries to install the WebExtension into your browser and ends with an error message. + +In Thunderbird you need to open the add-on manager. Either via the burger menu or via the main menu bar (Tools -> Add-ons). Then just drag the downloaded xpi file into the add-on Manager. You can also select the gear icon in the add-on manager and select "Install add-on from file" as illustrated below. + +![image](https://user-images.githubusercontent.com/53547181/84571294-61f2f700-ad60-11ea-94b9-71fe94db739e.png) + ## WebExtension: How to start The menu items to open the editor is directly adjacent to the builtin message filters. @@ -29,9 +42,7 @@ Which means in the main menu it is located in "Tools -> Sieve Message Filters" w Occasionally Linux users get confused about the line breaks in sieve script. -Sieve, like in almost all other internet protocols (http, imap, ...), uses a two -character newline sequence CRLF. This sequence dates back to DEC and is also -used on Windows. Unix/Linux use a single LF mostly due to historic reasons. +Sieve, like in almost all other internet protocols (http, imap, ...), uses a two character newline sequence CRLF. This sequence dates back to DEC and is also used on Windows. Unix/Linux use a single LF mostly due to historic reasons. [RFC5228](https://tools.ietf.org/html/rfc5228) defines: @@ -55,6 +66,4 @@ used on Windows. Unix/Linux use a single LF mostly due to historic reasons. ``` -As you can see, using single newlines is illegal syntax in sieve scripts and -has to be rejected by the server. Thus exported scripts may look strange if you -open them in a text editor on macOS or Linux. This is not a bug. +Using single newlines is illegal syntax in sieve scripts and has to be rejected by the server. Thus exported scripts may look strange if you open them in a text editor on macOS or Linux. This is not a bug. diff --git a/docs/update.json b/docs/update.json index 2ce0f3ef7d..e4ba8c582b 100755 --- a/docs/update.json +++ b/docs/update.json @@ -2,6 +2,14 @@ "addons": { "sieve@mozdev.org": { "updates": [ + { + "version": "0.5.0", + "update_link": "https://github.com/thsmi/sieve/releases/download/0.5.0/sieve-0.5.0.xpi", + "update_info_url": "https://github.com/thsmi/sieve/releases/tag/0.5.0", + "browser_specific_settings": { + "gecko": { "strict_min_version": "68.0a1" } + } + }, { "version": "0.4.2", "update_link": "https://github.com/thsmi/sieve/releases/download/0.4.2/sieve-0.4.2.xpi", diff --git a/package.json b/package.json index 7933a98313..50c39e1d40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sieve", - "version": "0.4.2", + "version": "0.5.0", "description": "Configures server-side sieve email filters", "directories": { "doc": "docs", @@ -38,4 +38,4 @@ "url": "https://github.com/thsmi/sieve/issues" }, "homepage": "https://github.com/thsmi/sieve#readme" -} +} \ No newline at end of file diff --git a/src/app/libs/managesieve.ui/accounts/account.settings.tpl b/src/app/libs/managesieve.ui/accounts/account.settings.tpl index ef5512acfd..2ff4ce3c17 100644 --- a/src/app/libs/managesieve.ui/accounts/account.settings.tpl +++ b/src/app/libs/managesieve.ui/accounts/account.settings.tpl @@ -4,8 +4,7 @@
: - - +