config_default.php 462 B

123456789101112131415161718
  1. <?php
  2. /**
  3. * mail_fetch plugin - Sample configuration file
  4. *
  5. * @copyright &copy; 2005-2007 The SquirrelMail Project Team
  6. * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  7. * @version $Id$
  8. * @package plugins
  9. * @subpackage mail_fetch
  10. */
  11. /**
  12. * Controls use of unsubscribed folders in plugin. Change this to true if it is
  13. * allowed to store fetched messages in unsubscribed folders.
  14. */
  15. $mail_fetch_allow_unsubscribed = false;