-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.inc.php
More file actions
51 lines (50 loc) · 1.47 KB
/
config.inc.php
File metadata and controls
51 lines (50 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?php
$config['user_plugins_default'] = array(
'carddav',
'contextmenu',
'identicon',
'keyboard_shortcuts',
'managesieve',
'message_highlight',
'special_folders',
'taskconfig',
'taskwatermark',
// 'autocomplete',
// 'calendar',
// 'contacts_photo',
// 'ident_switch',
// 'identity_select',
// 'imap_notes',
// 'markasjunk',
// 'unread_favicon',
);
$config['user_plugins_blacklist'] = array(
'acl',
'additional_message_headers',
'autologon',
'database_attachments',
'debug_logger',
'example_addressbook',
'help',
'http_authentication',
'jqueryui',
'krb_authentication',
'newmail_notifier',
'new_user_dialog',
'new_user_identity',
'password',
'redundant_attachments',
'squirrelmail_usercopy',
'subscriptions_option',
'userinfo',
'virtuser_file',
'virtuser_query',
'persistent_login',
'pop3fetcher'
// 'acl', 'additional_message_headers', 'archive', 'attachment_reminder', 'autologon', 'database_attachments',
// 'debug_logger', 'emoticons', 'enigma', 'example_addressbook', 'filesystem_attachments', 'help',
// 'hide_blockquote', 'http_authentication', 'identicon', 'identity_select', 'jqueryui', 'krb_authentication',
// 'managesieve', 'markasjunk', 'newmail_notifier', 'new_user_dialog', 'new_user_identity', 'password',
// 'redundant_attachments', 'show_additional_headers', 'squirrelmail_usercopy', 'subscriptions_option',
// 'userinfo', 'vcard_attachments', 'virtuser_file', 'virtuser_query', 'zipdownload'
);