Skip to content

Commit

Permalink
This pref will live in the applications.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Nov 14, 2013
1 parent 14be199 commit 4a3516c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions horde/config/prefs.php
Expand Up @@ -738,7 +738,7 @@
'column' => _("Other Information"),
'label' => _("ActiveSync"),
'desc' => _("Manage your ActiveSync devices."),
'members' => array('activesync_replyposition', 'activesync_multiplex', 'activesyncmanagement'),
'members' => array('activesync_replyposition', 'activesyncmanagement'),
'suppress' => function() {
return empty($GLOBALS['conf']['activesync']['enabled']);
}
Expand All @@ -749,11 +749,6 @@
'handler' => 'Horde_Prefs_Special_Activesync'
);

$_prefs['activesync_multiplex'] = array(
'type' => 'checkbox',
'desc' => _("Should multiple collections be multiplexed?"),
'value' => 1);

$_prefs['activesync_replyposition'] = array(
'type' => 'enum',
'desc' => _("Position of reply text when replying to email on your device. Note that some devices will always send the citation string at the end of the reply text."),
Expand Down

0 comments on commit 4a3516c

Please sign in to comment.