Roundcube Community Forum

Release Support => Requests => Topic started by: bepi on October 10, 2012, 03:28:09 AM

Title: [lerry skin] preview panel show details as default
Post by: bepi on October 10, 2012, 03:28:09 AM
Hi, there is a way to set in the preview panel as default in "show details" mode?

Thank you :)
Title: Re: [lerry skin] preview panel show details as default
Post by: hce_ on February 22, 2013, 06:38:35 PM
you can add

toggle_preview_headers(this);

as line 81 in ui.js to show the email details by default.

Title: Re: [lerry skin] preview panel show details as default
Post by: bepi on February 25, 2013, 04:11:40 AM
Quote from: hce_ on February 22, 2013, 06:38:35 PM
you can add

toggle_preview_headers(this);

as line 81 in ui.js to show the email details by default.

Your solution work fine :) Thank you.

To developers: can be useful have this option in the settings menu :)