From b0b2fea4f88a8bdd92f6339a51481ead8317aa93 Mon Sep 17 00:00:00 2001 From: Thomas <thomas@roundcube.net> Date: Thu, 17 Oct 2013 03:11:47 -0400 Subject: [PATCH] Revert "Allow sysadmins to define static responses which are immutable for the user" --- config/main.inc.php.dist | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 2bd9491..186335e 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -406,12 +406,6 @@ // Note: useful when SMTP server stores sent mail in user mailbox $rcmail_config['no_save_sent_messages'] = false; -// 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'), -); - // ---------------------------------- // PLUGINS // ---------------------------------- -- Gitblit v1.9.1