/**
 ** Mail Server Settings
 **/

// Should we display a list of servers (defined in
// config/servers.php) for users to choose from?
$conf['server']['server_list'] = false;

// If you enable the server list, and enable
// $conf['server']['server_list_hidden'] then the "preferred"
// mechanism by which the server list determines what server is
// selected by default will be used to determine which servers.php
// entry to use.
$conf['server']['server_list_hidden'] = false;

// If we are not using the server list, should we allow users to type
// in a mail server?
$conf['server']['change_server'] = false;

// If we are not using the server list, should we allow users to
// select the mail server's port?
$conf['server']['change_port'] = false;

// If we are not using the server list, should we allow users to
// select the mail server's protocol?
$conf['server']['change_protocol'] = false;

// If we are not using the server list, should we allow users to
// select the mail server's folder prefix?
$conf['server']['change_folders'] = false;

// Should we show files that begin with a '.' in the folder lists?
$conf['server']['show_dotfiles'] = false;

// Should we enable any folder hierarchies that aren't shown by
// default? For instance, UW can be configured to serve out #shared/,
// #news/, #ftp/, and #public/ folder hierarchies. Put any of these
// that you want shown into an array entry here.
$conf['server']['hierarchies'] = array();
