From b67b610524889a4ff8d6ce8281a1586172df28fb Mon Sep 17 00:00:00 2001 From: thomasb Date: Fri, 30 Sep 2011 15:22:36 +0000 Subject: Restrict folders list to write-only git-svn-id: https://svn.roundcube.net/trunk@5298 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/archive/archive.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/archive/archive.php b/plugins/archive/archive.php index 843b61217..a56806263 100644 --- a/plugins/archive/archive.php +++ b/plugins/archive/archive.php @@ -100,7 +100,7 @@ class archive extends rcube_plugin // load folders list when needed if ($CURR_SECTION) $select = rcmail_mailbox_select(array('noselection' => '---', 'realnames' => true, - 'maxlength' => 30, 'exceptions' => array('INBOX'))); + 'maxlength' => 30, 'exceptions' => array('INBOX'), 'folder_filter' => 'mail', 'folder_rights' => 'w')); else $select = new html_select(); -- cgit v1.2.3