From acb5171db9158750f6e00ce4101cc0c78bbba653 Mon Sep 17 00:00:00 2001 From: Jorg K Date: Thu, 28 Jan 2016 01:41:00 +0100 Subject: [PATCH] Bug 1235294 - Always enable text encoding menu. r=mkmelin --- mail/base/content/mailWindowOverlay.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/mail/base/content/mailWindowOverlay.js b/mail/base/content/mailWindowOverlay.js index 725c45373a..68ad113765 100644 --- a/mail/base/content/mailWindowOverlay.js +++ b/mail/base/content/mailWindowOverlay.js @@ -265,13 +265,6 @@ function view_init() viewAttachmentInlineMenu.setAttribute("checked", viewAttachmentInline); document.commandDispatcher.updateCommands('create-menu-view'); - - // Disable the charset item if there's nothing to enable - document.getElementById("charsetMenu") - .setAttribute("disabled", !msgWindow.mailCharacterSet); - let appmenuCharset = document.getElementById("appmenu_charsetMenu"); - if (appmenuCharset) - appmenuCharset.setAttribute("disabled", !msgWindow.mailCharacterSet); } function InitViewLayoutStyleMenu(event)