]> git.donarmstrong.com Git - roundcube.git/blobdiff - plugins/archive/archive.php
Imported Upstream version 0.7
[roundcube.git] / plugins / archive / archive.php
index 843b61217612e611a96a4e410b7fd0fe30d28a38..a56806263c2fa2ed9af494a363015ff0d659d879 100644 (file)
@@ -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();