-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
39 lines (30 loc) · 915 Bytes
/
README
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
Check box email plugin for rounbcube
Introduction
----------------------------------------
This is plugin for roundcube
Install
----------------------------------------
Open config/main.inc.php or config/config.inc.php
1- Add the plugin to roundcube $config['plugins'] array like:
$config['plugins'] = array(
'chbox',
'archive',
'zipdownload',
'jqueryui',
'filters',
'userinfo',
'password',
'markasjunk2',
'hide_blockquote',
'contextmenu',
'globaladdressbook',
'newmail_notifier',
'vcard_attachments',
);
2- Add 'chbox' column to $rcmail_config['list_cols'] array like:
$rcmail_config['list_cols'] = array('chbox','subject','status', 'from', 'date', 'size', 'flag', 'attachment','list_cols');
Testing
----------------------------------------
Tested 14.03.2014 on RoundCube 1.0-RC
Tested 24.03.2014 on RoundCube 0.9.5
Tested 31.07.2014 on RoundCube 1.0.1