X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Foptions_display.php;fp=src%2Foptions_display.php;h=59fa47052449d36a9292249fcccbcab4440e7500;hb=9c3e6cd4518d9e0d072a146fd6d19acd4daac243;hp=ec881463738b21d3073e282e31a4f8474a87369d;hpb=f3bfc709db0a8fc2a89169925b49fdacfeaab887;p=squirrelmail.git diff --git a/src/options_display.php b/src/options_display.php index ec881463..59fa4705 100644 --- a/src/options_display.php +++ b/src/options_display.php @@ -233,7 +233,12 @@ function load_optpage_data_display() { 'refresh' => SMOPT_REFRESH_NONE ); } - + $optvals[SMOPT_GRP_MESSAGE][] = array( + 'name' => 'compose_new_win', + 'caption' => _("Always compose in a new window"), + 'type' => SMOPT_TYPE_BOOLEAN, + 'refresh' => SMOPT_REFRESH_ALL + ); /* Assemble all this together and return it as our result. */ $result = array( 'grps' => $optgrps,