Roundcube Community Forum

Release Support => Pending Issues => Topic started by: syncgw on August 15, 2017, 04:36:38 AM

Title: Preview pane RC 1.3.0
Post by: syncgw on August 15, 2017, 04:36:38 AM
Hi,
just installed version on my test machine.

Unfortunately the option "Show preview pane" disappeared from option "Mailbox view".
Anything I can do on this?

Regards
Florian
Title: Re: Preview pane RC 1.3.0
Post by: syncgw on August 15, 2017, 08:30:20 AM
Seems to be related to

Code: [Select]
save_pref.inc where 'preview_pane' needs to be added.

Code: [Select]
$whitelist = array(
    'list_cols',
    'collapsed_folders',
    'collapsed_abooks',
    'preview_pane',
);

This does not bring up option, but enable saving of setting
Title: Re: Preview pane RC 1.3.0
Post by: JohnDoh on August 16, 2017, 01:50:39 AM
The preview_pane option was removed in 1.3 and replaced by the new layout option.

You can access the layout settings from the cog/gear icon in the top left corner of the message list.

In version 1.3.1 this option will also be displayed under Preferences > Mailbox View > Main Options > Layout