Bug 464714 - don't hide errors in view-navigation, r/sr=bienvenu
This commit is contained in:
Родитель
6c496736b0
Коммит
0696ba4668
|
@ -297,15 +297,8 @@ function ScrollToMessage(type, wrap, selectMessage)
|
|||
|
||||
function GoNextMessage(type, startFromBeginning)
|
||||
{
|
||||
try {
|
||||
var succeeded = ScrollToMessage(type, startFromBeginning, true);
|
||||
if (!succeeded) {
|
||||
CrossFolderNavigation(type);
|
||||
}
|
||||
}
|
||||
catch (ex) {
|
||||
dump("GoNextMessage ex = " + ex + "\n");
|
||||
}
|
||||
if (!ScrollToMessage(type, startFromBeginning, true))
|
||||
CrossFolderNavigation(type);
|
||||
|
||||
SetFocusThreadPaneIfNotOnMessagePane();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче