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
This commit is contained in:
sspitzer%netscape.com
2001-03-28 04:32:14 +00:00
parent 12896d8385
commit b0e6df16a2

View File

@@ -215,9 +215,6 @@ function HandleDeleteOrMoveMsgCompleted(folder)
gNextMessageViewIndexAfterDelete = -1;
}
else {
ClearMessagePane();
}
}
}