From a7030d4178161d4f67580886661b658c46375ecc Mon Sep 17 00:00:00 2001 From: jervfors Date: Sun, 26 Feb 2006 10:52:34 +0000 Subject: [PATCH] Renaming "config_sample.php" to "config_default.php". git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10833 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/mail_fetch/README | 2 +- plugins/mail_fetch/{config_sample.php => config_default.php} | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) rename plugins/mail_fetch/{config_sample.php => config_default.php} (68%) diff --git a/plugins/mail_fetch/README b/plugins/mail_fetch/README index e246a2fc..5e7879b2 100644 --- a/plugins/mail_fetch/README +++ b/plugins/mail_fetch/README @@ -91,7 +91,7 @@ Go back to the main directory, run configure and add the plugin. Some plugin settings can be adjusted in config/mail_fetch_config.php or plugins/mail_fetch/config.php files. -See plugins/mail_fetch/config_sample.php +See plugins/mail_fetch/config_default.php Note for mod_gzip users diff --git a/plugins/mail_fetch/config_sample.php b/plugins/mail_fetch/config_default.php similarity index 68% rename from plugins/mail_fetch/config_sample.php rename to plugins/mail_fetch/config_default.php index 4934c372..49616eea 100644 --- a/plugins/mail_fetch/config_sample.php +++ b/plugins/mail_fetch/config_default.php @@ -11,7 +11,9 @@ */ /** - * Controls use of unsubscribed folders in plugin + * Controls use of unsubscribed folders in plugin. Change this to true if it is + * allowed to store fetched messages in unsubscribed folders. */ $mail_fetch_allow_unsubscribed = false; + ?> \ No newline at end of file -- 2.25.1