Aleksander Machniak
2014-06-06 709ccc08f5f3a9fa6e1a233d57a1d4e267d2e8cb
Merge pull request #195 from dpc22/folder_realnames

Use show_real_foldernames in folder_selector().
2 files modified
4 ■■■■ changed files
program/include/rcmail.php 3 ●●●● patch | view | raw | blame | history
program/steps/settings/edit_folder.inc 1 ●●●● patch | view | raw | blame | history
program/include/rcmail.php
@@ -1325,7 +1325,8 @@
     */
    public function folder_selector($p = array())
    {
        $p += array('maxlength' => 100, 'realnames' => false, 'is_escaped' => true);
        $realnames = $this->config->get('show_real_foldernames');
        $p += array('maxlength' => 100, 'realnames' => $realnames, 'is_escaped' => true);
        $a_mailboxes = array();
        $storage = $this->get_storage();
program/steps/settings/edit_folder.inc
@@ -135,7 +135,6 @@
            'id'          => '_parent',
            'name'        => '_parent',
            'noselection' => '---',
            'realnames'   => false,
            'maxlength'   => 150,
            'unsubscribed' => true,
            'skip_noinferiors' => true,