comparison plugins/thunderbird_labels/config.inc.php @ 1:5821049f1791

most of the way to allowing arbitrarily many labels
author Charlie Root
date Thu, 04 Jan 2018 16:23:36 -0500
parents 1e000243b222
children
comparison
equal deleted inserted replaced
0:1e000243b222 1:5821049f1791
7 $rcmail_config['tb_label_enable_shortcuts'] = true; 7 $rcmail_config['tb_label_enable_shortcuts'] = true;
8 // users can modify labels 8 // users can modify labels
9 $rcmail_config['tb_label_modify_labels'] = true; 9 $rcmail_config['tb_label_modify_labels'] = true;
10 // style for UI: 'bullets' or 'thunderbird' 10 // style for UI: 'bullets' or 'thunderbird'
11 $rcmail_config['tb_label_style'] = "bullets"; 11 $rcmail_config['tb_label_style'] = "bullets";
12 12 // Maximum label id
13 $rcmail_config['tb_max_label'] = 6;