From 8c985e87d6d6b494c57c2f98371985cc591c39ff Mon Sep 17 00:00:00 2001 From: Thomas <thomas@roundcube.net> Date: Mon, 07 Oct 2013 03:21:13 -0400 Subject: [PATCH] Backported the canned responses feature to the 0.9 release series --- config/main.inc.php.dist | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index bb29654..a8e9b29 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -536,6 +536,12 @@ // Setting it to 0, disables the feature. $rcmail_config['undo_timeout'] = 0; +// A static list of canned responses which are immutable for the user +$rcmail_config['compose_responses_static'] = array( +// array('name' => 'Canned Response 1', 'text' => 'Static Response One'), +// array('name' => 'Canned Response 2', 'text' => 'Static Response Two'), +); + // ---------------------------------- // ADDRESSBOOK SETTINGS // ---------------------------------- -- Gitblit v1.9.1