diff --git a/mozilla/calendar/lightning/content/messenger-overlay-sidebar.js b/mozilla/calendar/lightning/content/messenger-overlay-sidebar.js index d04307f5128..a25aba55703 100644 --- a/mozilla/calendar/lightning/content/messenger-overlay-sidebar.js +++ b/mozilla/calendar/lightning/content/messenger-overlay-sidebar.js @@ -632,10 +632,8 @@ function swapPopupMenus() { } } #ifdef XP_MACOSX - if (gCurrentMode != "mail") { - document.getElementById("menu_File").firstChild.appendChild(quitMenu); - document.getElementById("tasksMenu").firstChild.appendChild(prefMenu); - } + document.getElementById("menu_File").firstChild.appendChild(quitMenu); + document.getElementById("tasksMenu").firstChild.appendChild(prefMenu); #endif document.getElementById("menu_showTaskbar").setAttribute("checked", showStatusbar); var messageMenu = document.getElementById("messageMenu");