integrated attachment_common into the core
[squirrelmail.git] / src / options_display.php
index 07899f0754f4f053f7e37b4952504648f29db885..edaaf3c4ea123e33cdd26ab7b8dca75d2910de48 100644 (file)
         'refresh' => SMOPT_REFRESH_NONE
     );
 
+    $optvals[SMOPT_GRP_MESSAGE][] = array(
+        'name'    => 'attachment_common_show_images',
+        'caption' => _("Enable display of images with email, below attachment box"),
+        'type'    => SMOPT_TYPE_BOOLEAN,
+        'refresh' => SMOPT_REFRESH_NONE
+    );
+
     /* Build and output the option groups. */
     $option_groups = createOptionGroups($optgrps, $optvals);
     printOptionGroups($option_groups);