Fix the email_providers url, and use mozillamessaging.com instead of latte.ca.

This commit is contained in:
Blake Winton 2010-12-14 20:16:58 -05:00
Родитель ec753ac3dd
Коммит a1d8bf1893
10 изменённых файлов: 12 добавлений и 12 удалений

Просмотреть файл

@ -20,7 +20,7 @@
- the Initial Developer. All Rights Reserved.
-
- Contributor(s):
- Blake Winton <bwinton@latte.ca>
- Blake Winton <bwinton@mozillamessaging.com>
-
- Alternatively, the contents of this file may be used under the terms of
- either the GNU General Public License Version 2 or later (the "GPL"), or

Просмотреть файл

@ -131,7 +131,7 @@
<p>Sorry we had no luck finding suggestions.</p>
<p>You try can search for nicknames or any other term to find more emails</p>
Also you might try one of the <a
href="http://momo.last-chance.net/en-US/thunderbird/features/email_providers.html"
href="http://www.mozillamessaging.com/en-US/thunderbird/features/email_providers.html"
class="external">free email account alternatives</a>.
</div>
@ -158,7 +158,7 @@
<div style="width:100%;" class="hbox">
<div class="message boxFlex">
You can also check out some <a class="external"
href="http://momo.last-chance.net/en-US/thunderbird/features/email_providers.html"
href="http://www.mozillamessaging.com/en-US/thunderbird/features/email_providers.html"
>free email account alternatives</a>.
</div>
<button class="existing">Skip this and use my existing email</button>

Просмотреть файл

@ -20,7 +20,7 @@
- the Initial Developer. All Rights Reserved.
-
- Contributor(s):
- Blake Winton <bwinton@latte.ca>
- Blake Winton <bwinton@mozillamessaging.com>
-
- Alternatively, the contents of this file may be used under the terms of
- either the GNU General Public License Version 2 or later (the "GPL"), or

Просмотреть файл

@ -20,7 +20,7 @@
- the Initial Developer. All Rights Reserved.
-
- Contributor(s):
- Blake Winton <bwinton@latte.ca>
- Blake Winton <bwinton@mozillamessaging.com>
-
- Alternatively, the contents of this file may be used under the terms of
- either the GNU General Public License Version 2 or later (the "GPL"), or

Просмотреть файл

@ -20,7 +20,7 @@
- the Initial Developer. All Rights Reserved.
-
- Contributor(s):
- Blake Winton <bwinton@latte.ca>
- Blake Winton <bwinton@mozillamessaging.com>
-
- Alternatively, the contents of this file may be used under the terms of
- either the GNU General Public License Version 2 or later (the "GPL"), or

Просмотреть файл

@ -20,7 +20,7 @@
- the Initial Developer. All Rights Reserved.
-
- Contributor(s):
- Blake Winton <bwinton@latte.ca>
- Blake Winton <bwinton@mozillamessaging.com>
-
- Alternatively, the contents of this file may be used under the terms of
- either the GNU General Public License Version 2 or later (the "GPL"), or

Просмотреть файл

@ -19,7 +19,7 @@
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
* Blake Winton <bwinton@latte.ca>
* Blake Winton <bwinton@mozillamessaging.com>
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or

Просмотреть файл

@ -1 +1 @@
extensions.getanaccount@latte.ca.description=An extension that will allow you to create an account at a major email provider.
extensions.getanaccount@mozillamessaging.com.description=An extension that will allow you to create an account at a major email provider.

Просмотреть файл

@ -1,5 +1,5 @@
// https://developer.mozilla.org/en/Localizing_extension_descriptions
pref("extensions.getanaccount@latte.ca.description", "chrome://getanaccount/locale/overlay.properties");
pref("extensions.getanaccount@mozillamessaging.com.description", "chrome://getanaccount/locale/overlay.properties");
pref("extensions.getanaccount.providerList", "http://broker.live.mozillamessaging.com/provider/list");
pref("extensions.getanaccount.logUrl", "http://broker.live.mozillamessaging.com/provider/log");
pref("extensions.getanaccount.suggestFromName", "http://broker.live.mozillamessaging.com/provider/hover/suggest");

Просмотреть файл

@ -1,10 +1,10 @@
<?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">
<em:id>getanaccount@latte.ca</em:id>
<em:id>getanaccount@mozillamessaging.com</em:id>
<em:type>2</em:type>
<em:name>Get An Account</em:name>
<em:version>1.0</em:version>
<em:version>1.0.1</em:version>
<em:creator>Blake Winton</em:creator>
<em:contributor>Bryan Clark</em:contributor>
<em:contributor>Andreas Nilsson</em:contributor>