fix for #142408. Selecting "Search Messages..." folder context menu marks selected message unread. thanks to tobias.weibel@gmx.net for the fix. r/sr=sspitzer

This commit is contained in:
sspitzer%netscape.com 2002-11-07 15:49:18 +00:00
Родитель cf20089514
Коммит be768f9075
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -621,6 +621,7 @@ var DefaultController =
return;
case "cmd_search":
MsgSearchMessages();
return;
case "button_mark":
case "cmd_markAsRead":
MsgMarkMsgAsRead(null);