Define tasks to bind (all excluding login)
This commit is contained in:
parent
df120c4f26
commit
e980fd775f
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue