Add an option for showing recipient name instead of default identity. (Default: false...
[squirrelmail.git] / include / options / display.php
index 49be36c03a0542d039a9f704e12c909b0c1b27cc..744432887f8b08276eb36258db2c9ca8698f7062 100644 (file)
@@ -172,6 +172,14 @@ function load_optpage_data_display() {
         'size'    => SMOPT_SIZE_TINY
     );
 
+    $optvals[SMOPT_GRP_MAILBOX][] = array(
+        'name'    => 'show_recipient_instead',
+        'caption' => _("Show recipient name if the message is from your default identity"),
+        'type'    => SMOPT_TYPE_BOOLEAN,
+        'refresh' => SMOPT_REFRESH_NONE,
+        'size'    => SMOPT_SIZE_TINY
+    );
+
 
     /*** Load the General Options into the array ***/
     $optgrps[SMOPT_GRP_MESSAGE] = _("Message Display and Composition");