X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=plugins%2Farchive%2Farchive.php;h=a56806263c2fa2ed9af494a363015ff0d659d879;hb=76507f7c63a660742e76889ad6e3919f3dde3bb0;hp=fbb01296d7f10fb08ca58a1ead069f28f44b81a7;hpb=4212156c5c79d2f58342feb0d3ed1893f177bcab;p=roundcube.git diff --git a/plugins/archive/archive.php b/plugins/archive/archive.php index fbb0129..a568062 100644 --- a/plugins/archive/archive.php +++ b/plugins/archive/archive.php @@ -30,6 +30,8 @@ class archive extends rcube_plugin 'command' => 'plugin.archive', 'imagepas' => $skin_path.'/archive_pas.png', 'imageact' => $skin_path.'/archive_act.png', + 'width' => 32, + 'height' => 32, 'title' => 'buttontitle', 'domain' => $this->ID, ), @@ -98,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();