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

automatic move incoming messages setting.

sr=bienvenu


git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@165867 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scott%scott-macgregor.org
2004-11-29 00:18:12 +00:00
parent e62927d252
commit b0984a9472

View File

@@ -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") {