Hello.
I need to open a section by URL parameter, ex:
http://webmail.foo.bar/rc/?_task=settings&_action=preferences&_section=general
I need to put any valid section id in this URL parameter.
This works, but just show the iframe content, not the roundcube screen in settings page:
http://webmail.foo.bar/rc/?_task=settings&_action=edit-prefs&_section=general&_framed=1
Is this possible? What we need to do for this work ?