Author Topic: Possible to make "expand/collapse message detail" sticky and configurable?  (Read 4122 times)

Offline andydills

  • Newbie
  • *
  • Posts: 2
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?

Offline hce_

  • Newbie
  • *
  • Posts: 6
Re: Possible to make "expand/collapse message detail" sticky and configurable?
« Reply #1 on: February 22, 2013, 06:40:09 PM »
you can add

toggle_preview_headers(this);

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