diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-05-31 09:27:15 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-05-31 09:27:15 +0200 |
commit | 3863a9d2c5515fe4c61c433503450531098358ec (patch) | |
tree | 12b50a1e7bb436a507a08049813fce05762da855 /config/main.inc.php.dist | |
parent | 99e27c581eda16f8c3f942fc9f57ce5d56b8cba1 (diff) |
Added user preference to open all popups as standard windows
Diffstat (limited to 'config/main.inc.php.dist')
-rw-r--r-- | config/main.inc.php.dist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 4a73ff119..898d96bf3 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -723,6 +723,10 @@ $rcmail_config['default_charset'] = 'ISO-8859-1'; // skin name: folder from skins/ $rcmail_config['skin'] = 'larry'; +// Enables using standard browser windows (that can be handled as tabs) +// instead of popup windows +$rcmail_config['standard_windows'] = false; + // show up to X items in messages list view $rcmail_config['mail_pagesize'] = 50; |