Bug #233281 --> For now, make the manual mark setting independent of the enabled state of the

automatic move incoming messages setting.

sr=bienvenu
This commit is contained in:
scott%scott-macgregor.org 2004-11-29 00:18:12 +00:00
Родитель e030358a4a
Коммит e691712712
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -254,9 +254,6 @@ function conditionallyEnableUI(id)
document.getElementById("purge").disabled = !enabled;
document.getElementById("purgeInterval").disabled = !enabled || !checked;
document.getElementById("purgeLabel").disabled = !enabled;
if (!document.getElementById("manualMarkMode").disabled)
document.getElementById("manualMarkMode0").disabled = !enabled;
}
if (id == "purge") {