зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
cf20089514
Коммит
be768f9075
|
@ -621,6 +621,7 @@ var DefaultController =
|
|||
return;
|
||||
case "cmd_search":
|
||||
MsgSearchMessages();
|
||||
return;
|
||||
case "button_mark":
|
||||
case "cmd_markAsRead":
|
||||
MsgMarkMsgAsRead(null);
|
||||
|
|
Загрузка…
Ссылка в новой задаче