From 2e0578aec683c6867a8b56c2b256f1797567c0ee Mon Sep 17 00:00:00 2001 From: "putterman%netscape.com" Date: Mon, 18 Sep 2000 03:46:10 +0000 Subject: [PATCH] Fix for 52811. r=alecf. Delete message works on the Mac again. --- mailnews/base/resources/content/mail3PaneWindowCommands.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mailnews/base/resources/content/mail3PaneWindowCommands.js b/mailnews/base/resources/content/mail3PaneWindowCommands.js index b945d280e0a..0883cf1a277 100644 --- a/mailnews/base/resources/content/mail3PaneWindowCommands.js +++ b/mailnews/base/resources/content/mail3PaneWindowCommands.js @@ -504,8 +504,7 @@ function GetNumSelectedMessages() function CommandUpdate_Mail() { - //goUpdateCommand('button_delete'); - + goUpdateCommand('button_delete'); goUpdateCommand('cmd_delete'); goUpdateCommand('cmd_nextMsg'); goUpdateCommand('cmd_nextUnreadMsg');