From: Michael M Slusarz Date: Wed, 19 Nov 2008 23:08:38 +0000 (-0700) Subject: phpdoc X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9f18e1aeb2ce456f412fe3da8d16b49151897230;p=horde.git phpdoc --- 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' )