diff --git a/mozilla/editor/ui/dialogs/content/EditorSaveAsCharset.js b/mozilla/editor/ui/dialogs/content/EditorSaveAsCharset.js
index 868f23f12c3..148d6519ed1 100644
--- a/mozilla/editor/ui/dialogs/content/EditorSaveAsCharset.js
+++ b/mozilla/editor/ui/dialogs/content/EditorSaveAsCharset.js
@@ -37,6 +37,9 @@ function Startup()
if (!InitEditorShell())
return;
+ var observerService = Components.classes["@mozilla.org/observer-service;1"].getService(Components.interfaces.nsIObserverService);
+ observerService.notifyObservers(null, "charsetmenu-selected", "other");
+
doSetOKCancel(onOK, onCancel);
gDialog.TitleInput = document.getElementById("TitleInput");
diff --git a/mozilla/mailnews/base/resources/content/folderProps.xul b/mozilla/mailnews/base/resources/content/folderProps.xul
index 49a7acf5fa0..0b37f2b2312 100644
--- a/mozilla/mailnews/base/resources/content/folderProps.xul
+++ b/mozilla/mailnews/base/resources/content/folderProps.xul
@@ -37,6 +37,12 @@
+
diff --git a/mozilla/mailnews/compose/prefs/resources/content/pref-composing_messages.xul b/mozilla/mailnews/compose/prefs/resources/content/pref-composing_messages.xul
index 3eec4887e6c..c1361d488da 100644
--- a/mozilla/mailnews/compose/prefs/resources/content/pref-composing_messages.xul
+++ b/mozilla/mailnews/compose/prefs/resources/content/pref-composing_messages.xul
@@ -18,6 +18,8 @@