diff plugins/thunderbird_labels/config.inc.php @ 0:1e000243b222

vanilla 1.3.3 distro, I hope
author Charlie Root
date Thu, 04 Jan 2018 15:50:29 -0500
parents
children 5821049f1791
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/plugins/thunderbird_labels/config.inc.php	Thu Jan 04 15:50:29 2018 -0500
@@ -0,0 +1,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";
+