integrated xmailer plugin
[squirrelmail.git] / src / options_display.php
index f1ab70bf2ddbaa3fd8409ba31960baf82695d7d9..4df209c5b562308a8d1f5b0bbd4176aed5688b0f 100644 (file)
         'refresh' => SMOPT_REFRESH_NONE
     );
 
+    $optvals[] = array(
+        'name'    => 'show_xmailer_default',
+        'caption' => _("Show the Mailer of incoming messages"),
+        'type'    => SMOPT_TYPE_BOOLEAN,
+        'refresh' => SMOPT_REFRESH_NONE
+    );
+
     /* Build all these values into an array of SquirrelOptions objects. */
     $options = createOptionArray($optvals);