Add a Tweak Setting when choosing Horde to turn HTML inline on or off
Open Discussion
By default the HTML inline setting is turned off inside Horde.
After every update you have to edit the mime_drivers.php inside /usr/local/cpanel/base/horde/imp/config/
/* HTML driver settings */
'html' => array(
/* NOTE: Inline HTML display is turned OFF by default. */
'inline' => false,
Can we have an option under the Horde email in WHM --> Tweak Settings
to turn HTML inline on or off
This way when cPanel updates it can automatically turn HTML inline on or off according to our preferences.
Just got the new groupware updates over the weekend, and folks started complaining about this on Monday. Anyone know if this request stands a chance of getting implemented?
Just got the new groupware updates over the weekend, and folks started complaining about this on Monday. Anyone know if this request stands a chance of getting implemented?
This is a real pain when CP updates. And now as Kurt mentions, this tweak does not even work in the new groupware update.
This is a real pain when CP updates. And now as Kurt mentions, this tweak does not even work in the new groupware update.
Doesn't seems to be a big deal implementing it. @cPanel ?
Doesn't seems to be a big deal implementing it. @cPanel ?
Hello,
Please add the future in the next coming updates, It will be helpful for many purposes.
Hello,
Please add the future in the next coming updates, It will be helpful for many purposes.
I have the fix code handy because when CP updates, my phone starts blowing up again.
A way to keep this set or an option in Tweak Settings would be nice and stop "another" server maintainence task.
I have the fix code handy because when CP updates, my phone starts blowing up again.
A way to keep this set or an option in Tweak Settings would be nice and stop "another" server maintainence task.
nano -w /usr/local/cpanel/scripts/postupcp
add the following line:
replace "'inline' => false," "'inline' => true," -- /usr/local/cpanel/base/horde/imp/config/mime_drivers.php
Done!
nano -w /usr/local/cpanel/scripts/postupcp
add the following line:
replace "'inline' => false," "'inline' => true," -- /usr/local/cpanel/base/horde/imp/config/mime_drivers.php
Done!
Replies have been locked on this page!