summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-11-07 09:57:30 +0100
committerThomas Bruederli <thomas@roundcube.net>2012-11-07 09:57:30 +0100
commitdf79b2638fe171957dc2ce2a606b91f3e4b9fe2d (patch)
treeb2c0418fc00828a974278d9b0deaf73232c35a2d
parente0f7b920d5b2b94f3ab846e9d4b13f25dd4cc55e (diff)
Tell client to open mailto: links in contact details in a new window (if configured)
-rw-r--r--program/steps/addressbook/show.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/program/steps/addressbook/show.inc b/program/steps/addressbook/show.inc
index 48e37256d..16be89f94 100644
--- a/program/steps/addressbook/show.inc
+++ b/program/steps/addressbook/show.inc
@@ -5,7 +5,7 @@
| program/steps/addressbook/show.inc |
| |
| This file is part of the Roundcube Webmail client |
- | Copyright (C) 2005-2009, The Roundcube Dev Team |
+ | Copyright (C) 2005-2012, The Roundcube Dev Team |
| |
| Licensed under the GNU General Public License version 3 or |
| any later version with exceptions for skins & plugins. |
@@ -32,6 +32,7 @@ $SOURCE_ID = $source;
if ($cid && ($record = $CONTACTS->get_record($cid, true))) {
$OUTPUT->set_env('readonly', $CONTACTS->readonly || $record['readonly']);
$OUTPUT->set_env('cid', $record['ID']);
+ $OUTPUT->set_env('compose_extwin', $RCMAIL->config->get('compose_extwin',false));
}
// get address book name (for display)