From b0e6df16a2f9228d1e1e808cb0f9744e603ab8c9 Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Wed, 28 Mar 2001 04:32:14 +0000 Subject: [PATCH] fix #73724. stop clearing the message pane on reply and when you mark a message as read. sr=bienvenu git-svn-id: svn://10.0.0.236/trunk@90623 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/base/resources/content/msgMail3PaneWindow.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/mozilla/mailnews/base/resources/content/msgMail3PaneWindow.js b/mozilla/mailnews/base/resources/content/msgMail3PaneWindow.js index 676583b61dc..4bb38d5cf50 100644 --- a/mozilla/mailnews/base/resources/content/msgMail3PaneWindow.js +++ b/mozilla/mailnews/base/resources/content/msgMail3PaneWindow.js @@ -215,9 +215,6 @@ function HandleDeleteOrMoveMsgCompleted(folder) gNextMessageViewIndexAfterDelete = -1; } - else { - ClearMessagePane(); - } } }