File: config.inc.php

package info (click to toggle)
roundcube-plugins-extra 1.2.1-20160803
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,660 kB
  • ctags: 1,574
  • sloc: php: 11,361; sh: 91; xml: 90; makefile: 56; python: 54; awk: 51
file content (12 lines) | stat: -rw-r--r-- 483 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
  // whether to globally enable thunderbird labels
  $rcmail_config['tb_label_enable'] = true;
  // add labels to contextmenu (if contextmenu plugin is present)
  $rcmail_config['tb_label_enable_contextmenu'] = true;
  // enable kb shortcuts (1-5)
  $rcmail_config['tb_label_enable_shortcuts'] = true;
  // users can modify labels
  $rcmail_config['tb_label_modify_labels'] = true;
  // style for UI: 'bullets' or 'thunderbird'
  $rcmail_config['tb_label_style'] = "bullets";