Define tasks to bind (all excluding login)

This commit is contained in:
Aleksander Machniak (Kolab Systems) 2011-06-30 12:34:30 +02:00
parent df120c4f26
commit e980fd775f

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;