123456789101112131415161718 |
- <?php
- /**
- * mail_fetch plugin - Sample configuration file
- *
- * @copyright © 2005-2007 The SquirrelMail Project Team
- * @license http://opensource.org/licenses/gpl-license.php GNU Public License
- * @version $Id$
- * @package plugins
- * @subpackage mail_fetch
- */
- /**
- * 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;
|