diff -urN mozilla.orig/configure mozilla/configure --- mozilla.orig/configure 2008-07-29 13:28:47.000000000 +0200 +++ mozilla/configure 2008-07-29 13:34:31.000000000 +0200 @@ -13155,8 +13155,8 @@ ;; mail) - MOZ_APP_NAME=thunderbird - MOZ_APP_DISPLAYNAME=Thunderbird + MOZ_APP_NAME=icedove + MOZ_APP_DISPLAYNAME=Icedove MOZ_XUL_APP=1 MOZ_THUNDERBIRD=1 MOZ_MATHML= diff -urN mozilla.orig/configure.in mozilla/configure.in --- mozilla.orig/configure.in 2008-07-29 13:28:20.000000000 +0200 +++ mozilla/configure.in 2008-07-29 13:34:31.000000000 +0200 @@ -4378,8 +4378,8 @@ ;; mail) - MOZ_APP_NAME=thunderbird - MOZ_APP_DISPLAYNAME=Thunderbird + MOZ_APP_NAME=icedove + MOZ_APP_DISPLAYNAME=Icedove MOZ_XUL_APP=1 MOZ_THUNDERBIRD=1 MOZ_MATHML= diff -urN mozilla.orig/mail/app/nsMailApp.cpp mozilla/mail/app/nsMailApp.cpp --- mozilla.orig/mail/app/nsMailApp.cpp 2008-07-29 13:28:46.000000000 +0200 +++ mozilla/mail/app/nsMailApp.cpp 2008-07-29 13:34:31.000000000 +0200 @@ -48,7 +48,7 @@ sizeof(nsXREAppData), nsnull, nsnull, - "Thunderbird", + "Icedove", NS_STRINGIFY(APP_VERSION), NS_STRINGIFY(BUILD_ID), "{3550f703-e582-4d05-9a08-453d09bdfdc6}", diff -urN mozilla.orig/mail/app/profile/all-thunderbird.js mozilla/mail/app/profile/all-thunderbird.js --- mozilla.orig/mail/app/profile/all-thunderbird.js 2008-07-29 13:28:46.000000000 +0200 +++ mozilla/mail/app/profile/all-thunderbird.js 2008-07-29 14:02:08.000000000 +0200 @@ -35,7 +35,7 @@ * * ***** END LICENSE BLOCK ***** */ -#expand pref("general.useragent.extra.thunderbird", "Thunderbird/__APP_VERSION__"); +#expand pref("general.useragent.extra.thunderbird", "Icedove/__APP_VERSION__"); #expand pref("general.useragent.locale", "__AB_CD__"); pref("general.skins.selectedSkin", "classic/1.0"); @@ -74,10 +74,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://%LOCALE%.www.mozilla.com/%LOCALE%/%APP%/"); +pref("app.update.url.manual", "http://%LOCALE%.www.mozilla.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://%LOCALE%.www.mozilla.com/%LOCALE%/%APP%/releases/"); +pref("app.update.url.details", "http://%LOCALE%.www.mozilla.com/%LOCALE%/thunderbird/releases/"); // User-settable override to app.update.url for testing purposes. //pref("app.update.url.override", ""); @@ -102,7 +102,7 @@ pref("app.update.showInstalledUI", false); // Release notes URL -pref("app.releaseNotesURL", "http://%LOCALE%.www.mozilla.com/%LOCALE%/%APP%/%VERSION%/releasenotes/"); +pref("app.releaseNotesURL", "http://%LOCALE%.www.mozilla.com/%LOCALE%/thunderbird/%VERSION%/releasenotes/"); // Blocklist preferences pref("extensions.blocklist.enabled", true); @@ -130,8 +130,8 @@ pref("extensions.update.interval", 86400); // Check for updates to Extensions and // Themes every week // 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.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.dss.enabled", false); // Dynamic Skin Switching pref("extensions.dss.switchPending", false); // Non-dynamic switch pending after next diff -urN mozilla.orig/mail/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf.in mozilla/mail/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf.in --- mozilla.orig/mail/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf.in 2008-07-29 13:28:46.000000000 +0200 +++ mozilla/mail/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf.in 2008-07-29 13:34:31.000000000 +0200 @@ -20,7 +20,7 @@ - Thunderbird (default) + Icedove (default) The default theme &startpage.extra; diff -urN mozilla.orig/mail/components/compose/content/messengercompose.xul mozilla/mail/components/compose/content/messengercompose.xul --- mozilla.orig/mail/components/compose/content/messengercompose.xul 2008-07-29 13:28:47.000000000 +0200 +++ mozilla/mail/components/compose/content/messengercompose.xul 2008-07-29 13:34:31.000000000 +0200 @@ -542,9 +542,7 @@ #ifdef XP_MACOSX - #else - #endif diff -urN mozilla.orig/mail/components/preferences/advanced.xul mozilla/mail/components/preferences/advanced.xul --- mozilla.orig/mail/components/preferences/advanced.xul 2008-07-29 13:28:47.000000000 +0200 +++ mozilla/mail/components/preferences/advanced.xul 2008-07-29 13:34:31.000000000 +0200 @@ -200,11 +200,6 @@ - - + diff -urN mozilla.orig/mail/locales/en-US/chrome/messenger/credits.dtd mozilla/mail/locales/en-US/chrome/messenger/credits.dtd --- mozilla.orig/mail/locales/en-US/chrome/messenger/credits.dtd 2008-07-29 13:28:46.000000000 +0200 +++ mozilla/mail/locales/en-US/chrome/messenger/credits.dtd 2008-07-29 13:34:31.000000000 +0200 @@ -1,5 +1,5 @@ - + diff -urN mozilla.orig/mail/locales/en-US/chrome/messenger/start.dtd mozilla/mail/locales/en-US/chrome/messenger/start.dtd --- mozilla.orig/mail/locales/en-US/chrome/messenger/start.dtd 2008-07-29 13:28:46.000000000 +0200 +++ mozilla/mail/locales/en-US/chrome/messenger/start.dtd 2008-07-29 13:34:31.000000000 +0200 @@ -19,11 +19,11 @@ - + - + diff -urN mozilla.orig/mail/locales/en-US/chrome/messenger-newsblog/newsblog.properties mozilla/mail/locales/en-US/chrome/messenger-newsblog/newsblog.properties --- mozilla.orig/mail/locales/en-US/chrome/messenger-newsblog/newsblog.properties 2008-07-29 13:28:46.000000000 +0200 +++ mozilla/mail/locales/en-US/chrome/messenger-newsblog/newsblog.properties 2008-07-29 13:34:31.000000000 +0200 @@ -9,8 +9,8 @@ subscribe-OPMLImportTitle=Select OPML file to import subscribe-OPMLExportTitle=Export feeds as an OPML file -subscribe-OPMLExportFileTitle=Thunderbird OPML Export -subscribe-OPMLExportFileName=MyThunderbirdFeeds.opml +subscribe-OPMLExportFileTitle=Icedove OPML Export +subscribe-OPMLExportFileName=MyIcedoveFeeds.opml #LOCALIZATION NOTE: %S is the name of the OPML file the user tried to import. subscribe-errorInvalidOPMLFile=Either %S is not a valid OPML file or there was an error importing the file. diff -urN mozilla.orig/mail/locales/en-US/installer/installer.inc mozilla/mail/locales/en-US/installer/installer.inc --- mozilla.orig/mail/locales/en-US/installer/installer.inc 2008-07-29 13:28:46.000000000 +0200 +++ mozilla/mail/locales/en-US/installer/installer.inc 2008-07-29 13:34:31.000000000 +0200 @@ -19,7 +19,7 @@ Type_Message0=Choose the type of Setup you prefer, then click Next. Standard_Short=&Standard -Standard_Long=Thunderbird will be installed with the most common options. +Standard_Long=Icedove will be installed with the most common options. Custom_Short=&Custom Custom_Long=You may choose individual options to be installed. Recommended for experienced users. diff -urN mozilla.orig/mail/locales/en-US/updater/updater.ini mozilla/mail/locales/en-US/updater/updater.ini --- mozilla.orig/mail/locales/en-US/updater/updater.ini 2008-07-29 13:28:46.000000000 +0200 +++ mozilla/mail/locales/en-US/updater/updater.ini 2008-07-29 13:34:32.000000000 +0200 @@ -1,4 +1,4 @@ ; This file is in the UTF-8 encoding [Strings] Title=Software Update -Info=Thunderbird is installing your updates and will start in a few moments... +Info=Icedove is installing your updates and will start in a few moments... diff -urN mozilla.orig/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties mozilla/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties --- mozilla.orig/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties 2008-07-29 13:29:02.000000000 +0200 +++ mozilla/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties 2008-07-29 14:01:58.000000000 +0200 @@ -32,8 +32,8 @@ disableQueryMessage=Do you want to disable %S? extensions.update.url=https://addons.mozilla.org/update/VersionCheck.php?reqVersion=%REQ_VERSION%&id=%ITEM_ID%&version=%ITEM_VERSION%&maxAppVersion=%ITEM_MAXAPPVERSION%&status=%ITEM_STATUS%&appID=%APP_ID%&appVersion=%APP_VERSION%&appOS=%APP_OS%&appABI=%APP_ABI% -extensions.getMoreExtensionsURL=http://%LOCALE%.add-ons.mozilla.com/%LOCALE%/%APP%/%VERSION%/extensions/ -extensions.getMoreThemesURL=http://%LOCALE%.add-ons.mozilla.com/%LOCALE%/%APP%/%VERSION%/themes/ +extensions.getMoreExtensionsURL=http://%LOCALE%.add-ons.mozilla.com/%LOCALE%/thunderbird/%VERSION%/extensions/ +extensions.getMoreThemesURL=http://%LOCALE%.add-ons.mozilla.com/%LOCALE%/thunderbird/%VERSION%/themes/ themesTitle=Themes extensionsTitle=Extensions diff -urN mozilla.orig/toolkit/xre/nsAppRunner.cpp mozilla/toolkit/xre/nsAppRunner.cpp --- mozilla.orig/toolkit/xre/nsAppRunner.cpp 2008-07-29 13:29:02.000000000 +0200 +++ mozilla/toolkit/xre/nsAppRunner.cpp 2008-07-29 13:34:32.000000000 +0200 @@ -1121,7 +1121,7 @@ static void DumpVersion() { - printf("%s %s %s, %s\n", gAppData->vendor ? gAppData->vendor : "", gAppData->name, gAppData->version, gAppData->copyright); + printf("%s %s, %s\n", gAppData->name, gAppData->version, gAppData->copyright); } #ifdef MOZ_ENABLE_XREMOTE