Roundcube Community Forum

 

Possible to make "expand/collapse message detail" sticky and configurable?

Started by andydills, February 06, 2013, 07:54:33 AM

Previous topic - Next topic

andydills

Having spent a few weeks with roundcube, I'm very impressed. There is only one thing that really bugs me: I get a lot of mail that have various people CCed. I'm constantly needing to assess who received the piece of mail that I'm currently looking at. Currently, I have to go up and click the triangle to expand the view to see this information in the mail preview pane.

I would really like to be able to have this be sticky and configurable, like with the message preview pane. I'd like to be able to just leave it on detail view all the time, while still allowing my users to decide that for themselves.

Any suggestions on accomplishing this?

hce_

you can add

toggle_preview_headers(this);

as line 81 to ui.js (for the larry skin) to display the email details by default.