Re-add $task spec.

This commit is contained in:
Aleksander Machniak (Kolab Systems) 2011-07-07 15:52:29 +02:00
parent fcbcab7f36
commit dc58fd1a28

View file

@ -25,6 +25,8 @@
class kolab_folders extends rcube_plugin
{
public $task = '?(?!login).*';
public $types = array('mail', 'event', 'journal', 'task', 'note', 'contact');
public $mail_types = array('inbox', 'drafts', 'sentitems', 'outbox', 'wastebasket', 'junkemail');
private $rc;