X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=include%2Foptions%2Fdisplay.php;h=33496d569ece8e6221097a3712f0c0b3036c5b24;hp=1effe44a4a2de21c03f2d8481cc2f81c24e96c69;hb=e8b2c636ecd84bebb8d145474ba06e69b1136381;hpb=cb8cf9f9ceede7cba6fb0aa76fe44f2735b66721 diff --git a/include/options/display.php b/include/options/display.php index 1effe44a..33496d56 100644 --- a/include/options/display.php +++ b/include/options/display.php @@ -408,6 +408,13 @@ FIXME! 'refresh' => SMOPT_REFRESH_ALL ); + $optvals[SMOPT_GRP_MESSAGE][] = array( + 'name' => 'return_to_message_list_after_move', + 'caption' => _("Return To Message List After Move"), + 'type' => SMOPT_TYPE_BOOLEAN, + 'refresh' => SMOPT_REFRESH_NONE + ); + /*** Load the Address Book Options into the array ***/