diff --git a/mozilla/mail/base/content/mailContextMenus.js b/mozilla/mail/base/content/mailContextMenus.js index 5d968c5a9b9..b5bf556dccb 100644 --- a/mozilla/mail/base/content/mailContextMenus.js +++ b/mozilla/mail/base/content/mailContextMenus.js @@ -548,7 +548,6 @@ function fillFolderPaneContextMenu() SetupCompactMenuItem(folderResource, numSelected); SetupFavoritesMenuItem(folderResource, numSelected, isServer, 'folderPaneContext-favoriteFolder'); - ShowMenuItem("folderPaneContext-copy-location", !isServer && !isVirtualFolder); ShowMenuItem("folderPaneContext-emptyTrash", (numSelected <= 1) && (specialFolder == 'Trash')); EnableMenuItem("folderPaneContext-emptyTrash", true); ShowMenuItem("folderPaneContext-emptyJunk", (numSelected <= 1) && (specialFolder == 'Junk')); diff --git a/mozilla/mailnews/base/resources/content/folderProps.xul b/mozilla/mailnews/base/resources/content/folderProps.xul index df7f1b2b597..aa3672d7242 100644 --- a/mozilla/mailnews/base/resources/content/folderProps.xul +++ b/mozilla/mailnews/base/resources/content/folderProps.xul @@ -78,7 +78,11 @@ accesskey="&folderProps.name.accesskey;"/> - + + - -