Renaming "config_sample.php" to "config_default.php".
authorjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 26 Feb 2006 10:52:34 +0000 (10:52 +0000)
committerjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 26 Feb 2006 10:52:34 +0000 (10:52 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10833 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/mail_fetch/README
plugins/mail_fetch/config_default.php [moved from plugins/mail_fetch/config_sample.php with 68% similarity]

index e246a2fc9c88311f7c07a8a2509912793c8ad46e..5e7879b254709ffde7e328b4081076a60fb226b5 100644 (file)
@@ -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
similarity index 68%
rename from plugins/mail_fetch/config_sample.php
rename to plugins/mail_fetch/config_default.php
index 4934c37281c4362fdb0375011cdc1c61b0056e28..49616eea5d6e75fa2991d67c77a6ff6a24bce704 100644 (file)
@@ -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