Removing trailing spaces from strings.
[squirrelmail.git] / plugins / mail_fetch / config_sample.php
1 <?php
2
3 /**
4 * mail_fetch plugin - Sample configuration file
5 *
6 * @copyright &copy; 2005-2006 The SquirrelMail Project Team
7 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
8 * @version $Id$
9 * @package plugins
10 * @subpackage mail_fetch
11 */
12
13 /**
14 * Controls use of unsubscribed folders in plugin
15 */
16 $mail_fetch_allow_unsubscribed = false;
17 ?>