[Tickets #11044] Re: Message Preview Not Working in Traditional View
bugs at horde.org
bugs at horde.org
Thu Mar 1 06:39:04 UTC 2012
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/11044
------------------------------------------------------------------------------
Ticket | 11044
Updated By | nospam at ssys.com
Summary | Message Preview Not Working in Traditional View
Queue | IMP
Version | 5.0.19
Type | Bug
State | Duplicate
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
nospam at ssys.com (2012-03-01 06:39) wrote:
Thanks for the quick and accurate info via email. I modified the
...imp/prefs.php file and all is well now.
For those having this issue you need to modify the section as below in
..imp/prefs.php to enable this feature:
===========================================================================
// Previews are disabled by default as it can be performance intensive,
// especially without caching.
$_prefs['preview_enabled'] = array(
// Disabled and locked by default
'value' => 0,
'locked' => false,
'type' => 'checkbox',
'desc' => _("Enable message previews?")
);
==========================================================================
Did I miss something? I read a lot before testing the migration and
never saw anything about this.
Also, when enabled, the control of this feature has been moved to
Other->Traditional View as opposed to Message Options->Mail Previews.
Perhaps the preference entry can be always present but greyed out or
otherwise disabled with some note about what must be done to enable it
More information about the bugs
mailing list