| | |
| | | | program/steps/settings/edit_folder.inc | |
| | | | | |
| | | | This file is part of the Roundcube Webmail client | |
| | | | Copyright (C) 2005-2009, Roundcube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2009, The Roundcube Dev Team | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | | PURPOSE: | |
| | |
| | | $delimiter = $RCMAIL->imap->get_hierarchy_delimiter(); |
| | | $special = (strlen($mbox_imap) && in_array($mbox_imap, (array) $RCMAIL->config->get('default_imap_folders'))); |
| | | $protected = ($special && $RCMAIL->config->get('protect_default_folders')); |
| | | $threading_supported = $RCMAIL->imap->get_capability('thread=references') |
| | | || $IMAP->get_capability('thread=orderedsubject') |
| | | || $IMAP->get_capability('thread=refs'); |
| | | $threading_supported = $RCMAIL->imap->get_capability('THREAD'); |
| | | |
| | | // Get mailbox stats (messages count, etc.), mailbox name and parent |
| | | if (strlen($mbox)) { |
| | |
| | | $content = $table->show(); |
| | | } |
| | | else { |
| | | $content = $tag['content']; |
| | | $content = $form['content']; |
| | | } |
| | | |
| | | return $content; |