From 9f18e1aeb2ce456f412fe3da8d16b49151897230 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 19 Nov 2008 16:08:38 -0700 Subject: [PATCH] phpdoc --- imp/config/mime_drivers.php.dist | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/imp/config/mime_drivers.php.dist b/imp/config/mime_drivers.php.dist index 9484140dd..88b304e58 100644 --- a/imp/config/mime_drivers.php.dist +++ b/imp/config/mime_drivers.php.dist @@ -107,7 +107,7 @@ $mime_drivers['imp']['images'] = array( ), /* Display thumbnails for all images, not just large images? */ 'allthumbs' => true, - /* Display images inline that are less than this size. */ + /* Display images inline that are less than this size (in bytes). */ 'inlinesize' => 262144 ); @@ -252,7 +252,6 @@ $mime_drivers['imp']['related'] = array( * YOU SHOULD NOT NORMALLY ALTER THIS SETTING. */ $mime_drivers['imp']['partial'] = array( - 'inline' => true, 'handles' => array( 'message/partial' ) -- 2.11.0