Package: icedove-3.0 Severity: normal tags 56559 patch experimental thanks
Attached is a patch to fix the branding issues in both the migration wizard and the addon searching/updating from within the addmon manager. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores) Locale: LANG=fi_FI.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages icedove-3.0 depends on: ii icedove 3.0.1-1ejs1 mail/news client with RSS and inte icedove-3.0 recommends no packages. icedove-3.0 suggests no packages. -- no debconf information
Replace /Thunderbird/ with /Icedove/ Update %APP% with the respective Mozilla names so addon-checking/installing/updating will work --- mail/app/profile/all-thunderbird.js | 28 ++++++------ mail/locales/en-US/chrome/messenger/featureConfigurator.dtd | 8 +-- 2 files changed, 18 insertions(+), 18 deletions(-) --- a/mail/locales/en-US/chrome/messenger/featureConfigurator.dtd +++ b/mail/locales/en-US/chrome/messenger/featureConfigurator.dtd @@ -4,13 +4,13 @@ <!ENTITY featureConfigurator.title "Migration Assistant"> <!-- LOCALIZATION NOTE (featureConfigurator.heading): Heading for the page --> -<!ENTITY featureConfigurator.heading "Thunderbird 3 features worth knowing about"> +<!ENTITY featureConfigurator.heading "Icedove 3 features worth knowing about"> <!-- LOCALIZATION NOTE (featureConfigurator.para1): The tone of this paragraph is important: we tried for a tone that promotes the new features (which we believe are good and worth users learning about), but also emphasizing that we think it's important to preserve user choice. --> -<!ENTITY featureConfigurator.para1 "Thunderbird 3 includes powerful new features which we're quite proud of, and think most people will love. People's tastes and needs vary, so we made it easy to control and customize Thunderbird."> +<!ENTITY featureConfigurator.para1 "Icedove 3 includes powerful new features which we're quite proud of, and think most people will love. People's tastes and needs vary, so we made it easy to control and customize Icedove."> <!-- LOCALIZATION NOTE (featureConfigurator.para2): This paragraph explains that this page is active (the buttons change the UI), and that they can get @@ -37,7 +37,7 @@ <!ENTITY featureConfigurator.alternative.label "Alternative"> <!ENTITY featureConfigurator.syncBenefits.para "Lets you read your mail when you're not connected to the internet, and lets you find messages based on the words they contain, not just the subjects and names."> -<!ENTITY featureConfigurator.syncAlternative.para "Thunderbird will download all your mail onto this computer. Turn it off if you're low on disk space, or you have to pay for network traffic."> +<!ENTITY featureConfigurator.syncAlternative.para "Icedove will download all your mail onto this computer. Turn it off if you're low on disk space, or you have to pay for network traffic."> <!-- LOCALIZATION NOTE (featureConfigurator.syncAll.button): The choice of lower case is intentional, but may be overriden if that doesn't make sense @@ -102,7 +102,7 @@ <!-- LOCALIZATION NOTE (featureConfigurator.headerParaBeforeLink): The part of the paragraph before the beginning of the link to the AMO search page.--> -<!ENTITY featureConfigurator.headerParaBeforeLink "Thunderbird 3 has improved the detailed message header view, including buttons for message-related actions. There are alternative designs available as "> +<!ENTITY featureConfigurator.headerParaBeforeLink "Icedove 3 has improved the detailed message header view, including buttons for message-related actions. There are alternative designs available as "> <!-- LOCALIZATION NOTE (featureConfigurator.headerParaLinkName): The name of the link to the AMO search page.--> --- a/mail/app/profile/all-thunderbird.js +++ b/mail/app/profile/all-thunderbird.js @@ -98,10 +98,10 @@ // URL user can browse to manually if for some reason all update installation // attempts fail. TODO: Change this URL -pref("app.update.url.manual", "http://www.mozillamessaging.com/%LOCALE%/%APP%/"); +pref("app.update.url.manual", "http://www.mozillamessaging.com/%LOCALE%/thunderbird/"); // A default value for the "More information about this update" link // supplied in the "An update is available" page of the update wizard. -pref("app.update.url.details", "http://www.mozillamessaging.com/%LOCALE%/%APP%/releases/"); +pref("app.update.url.details", "http://www.mozillamessaging.com/%LOCALE%/thunderbird/releases/"); // User-settable override to app.update.url for testing purposes. //pref("app.update.url.override", ""); @@ -127,10 +127,10 @@ pref("app.update.showInstalledUI", false); // Release notes URL -pref("app.releaseNotesURL", "http://live.mozillamessaging.com/%APP%/releasenotes?locale=%LOCALE%&version=%VERSION%&os=%OS%&buildid=%APPBUILDID%"); +pref("app.releaseNotesURL", "http://live.mozillamessaging.com/thunderbird/releasenotes?locale=%LOCALE%&version=%VERSION%&os=%OS%&buildid=%APPBUILDID%"); // Base URL for web-based support pages. -pref("app.support.baseURL", "http://support.live.mozillamessaging.com/%LOCALE%/%APP%/%APPBUILDID%/"); +pref("app.support.baseURL", "http://support.live.mozillamessaging.com/%LOCALE%/thunderbird/%APPBUILDID%/"); // Blocklist preferences pref("extensions.blocklist.enabled", true); @@ -158,9 +158,9 @@ pref("extensions.update.interval", 86400); // Check for updates to Extensions and // Themes every day // Non-symmetric (not shared by extensions) extension-specific [update] preferences -pref("extensions.getMoreExtensionsURL", "https://%LOCALE%.add-ons.mozilla.com/%LOCALE%/%APP%/%VERSION%/extensions/"); -pref("extensions.getMoreThemesURL", "https://%LOCALE%.add-ons.mozilla.com/%LOCALE%/%APP%/%VERSION%/themes/"); -pref("extensions.getMorePluginsURL", "https://%LOCALE%.add-ons.mozilla.com/%LOCALE%/%APP%/%VERSION%/plugins/"); +pref("extensions.getMoreExtensionsURL", "https://%LOCALE%.add-ons.mozilla.com/%LOCALE%/thunderbird/%VERSION%/extensions/"); +pref("extensions.getMoreThemesURL", "https://%LOCALE%.add-ons.mozilla.com/%LOCALE%/thunderbird/%VERSION%/themes/"); +pref("extensions.getMorePluginsURL", "https://%LOCALE%.add-ons.mozilla.com/%LOCALE%/thunderbird/%VERSION%/plugins/"); pref("extensions.dss.enabled", false); // Dynamic Skin Switching pref("extensions.dss.switchPending", false); // Non-dynamic switch pending after next @@ -169,12 +169,12 @@ // Preferences for the Get Add-ons pane pref("extensions.getAddons.showPane", true); -pref("extensions.getAddons.browseAddons", "https://%LOCALE%.add-ons.mozilla.com/%LOCALE%/%APP%"); +pref("extensions.getAddons.browseAddons", "https://%LOCALE%.add-ons.mozilla.com/%LOCALE%/thunderbird"); pref("extensions.getAddons.maxResults", 5); -pref("extensions.getAddons.recommended.browseURL", "https://%LOCALE%.add-ons.mozilla.com/%LOCALE%/%APP%/recommended"); -pref("extensions.getAddons.recommended.url", "https://services.addons.mozilla.org/%LOCALE%/%APP%/api/%API_VERSION%/list/featured/all/10/%OS%/%VERSION%"); -pref("extensions.getAddons.search.browseURL", "https://%LOCALE%.add-ons.mozilla.com/%LOCALE%/%APP%/search?q=%TERMS%"); -pref("extensions.getAddons.search.url", "https://services.addons.mozilla.org/%LOCALE%/%APP%/api/%API_VERSION%/search/%TERMS%/all/10/%OS%/%VERSION%"); +pref("extensions.getAddons.recommended.browseURL", "https://%LOCALE%.add-ons.mozilla.com/%LOCALE%/thunderbird/recommended"); +pref("extensions.getAddons.recommended.url", "https://services.addons.mozilla.org/%LOCALE%/thunderbird/api/%API_VERSION%/list/featured/all/10/%OS%/%VERSION%"); +pref("extensions.getAddons.search.browseURL", "https://%LOCALE%.add-ons.mozilla.com/%LOCALE%/thunderbird/search?q=%TERMS%"); +pref("extensions.getAddons.search.url", "https://services.addons.mozilla.org/%LOCALE%/thunderbird/api/%API_VERSION%/search/%TERMS%/all/10/%OS%/%VERSION%"); pref("xpinstall.whitelist.add", "update.mozilla.org"); pref("xpinstall.whitelist.add.103", "addons.mozilla.org"); @@ -361,7 +361,7 @@ pref("news.directory", ""); pref("spellchecker.dictionary", ""); // Dictionary download preference -pref("spellchecker.dictionaries.download.url", "https://%LOCALE%.add-ons.mozilla.com/%LOCALE%/%APP%/%VERSION%/dictionaries/"); +pref("spellchecker.dictionaries.download.url", "https://%LOCALE%.add-ons.mozilla.com/%LOCALE%/thunderbird/%VERSION%/dictionaries/"); // profile.force.migration can be used to bypass the migration wizard, forcing migration from a particular // mail application without any user intervention. Possible values are: @@ -491,7 +491,7 @@ pref("mailnews.database.global.logging.console", true); // page to load to find good header add-ons -pref("mailnews.migration.header_addons_url","http://live.mozillamessaging.com/%APP%/addons/search?q=header&locale=%LOCALE%&lver=%VERSION%&hver=%VERSION%&os=%OS%"); +pref("mailnews.migration.header_addons_url","http://live.mozillamessaging.com/thunderbird/addons/search?q=header&locale=%LOCALE%&lver=%VERSION%&hver=%VERSION%&os=%OS%"); // What level of warning should we send to the error console? pref("mail.wizard.logging.console", "None");