speed up delete mail marked as junk enormously 217299 sr=mscott, a/r=sspitzer

This commit is contained in:
bienvenu%nventure.com 2003-08-27 22:27:45 +00:00
Родитель b258998bc5
Коммит 43003571b5
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -636,6 +636,7 @@ function deleteJunkInFolder()
// since we will be deleting all selected messages
treeSelection.clearSelection();
clearedSelection = true;
treeSelection.selectEventsSuppressed = true;
}
treeSelection.rangedSelect(i, i, true /* augment */);
}
@ -646,6 +647,7 @@ function deleteJunkInFolder()
if (!clearedSelection)
return;
treeSelection.selectEventsSuppressed = false;
// delete the selected messages
//
// XXX todo