projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a25d3d2
)
phpdoc
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 19 Nov 2008 23:08:38 +0000
(16:08 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 19 Nov 2008 23:08:38 +0000
(16:08 -0700)
imp/config/mime_drivers.php.dist
patch
|
blob
|
history
diff --git
a/imp/config/mime_drivers.php.dist
b/imp/config/mime_drivers.php.dist
index
9484140
..
88b304e
100644
(file)
--- 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'
)