RoundCube (email client)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AndrewT
    Administrator
    • Mar 2004
    • 3653

    #46
    To enable the preview pane by default you will have to add the following line to config/main.inc.php:

    $rcmail_config['preview_pane'] = TRUE;

    To adjust the time zone you can adjust this variable that is also in the config/main.inc.php file:

    $rcmail_config['timezone'] = 1;

    For example, it could be changed to -6 for U.S. central time.

    Comment

    Working...