Index: openacs-4/packages/webmail-system/www/preferences.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/webmail-system/www/preferences.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/webmail-system/www/preferences.tcl 6 Jun 2006 14:35:11 -0000 1.1 +++ openacs-4/packages/webmail-system/www/preferences.tcl 26 Apr 2018 08:56:39 -0000 1.2 @@ -28,13 +28,13 @@ # ------------------------- CREATE FORM ------------------------- # -set options [list] +set options {} lappend options [list "[_ webmail-system.Full_HTML]" 0] lappend options [list "[_ webmail-system.HTML_without_CSS]" 1] lappend options [list "[_ webmail-system.Enhanced_Text]" 2] lappend options [list "[_ webmail-system.Plain_Text]" 3] -set opts [list] +set opts {} lappend opts [list "[_ webmail-system.Text]" 0] lappend opts [list "[_ webmail-system.Icons]" 1]