From a509bb677ca626315d71e07afc8342a0690b6859 Mon Sep 17 00:00:00 2001 From: alecpl Date: Mon, 16 May 2011 13:53:08 +0000 Subject: - Add option to set default action of Forward button to "Forward as attachment" --- config/main.inc.php.dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 381795d87..3391d1608 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -695,4 +695,7 @@ $rcmail_config['dsn_default'] = 0; // Place replies in the folder of the message being replied to $rcmail_config['reply_same_folder'] = false; +// Sets default mode of Forward feature to "forward as attachment" +$rcmail_config['forward_attachment'] = false; + // end of config file -- cgit v1.2.3