Fix for security token missing in newmail plugin (#2919418).
[squirrelmail.git] / plugins / mail_fetch / config_default.php
... / ...
CommitLineData
1<?php
2
3/**
4 * mail_fetch plugin - Sample configuration file
5 *
6 * @copyright 2005-2009 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. Change this to true if it is
15 * allowed to store fetched messages in unsubscribed folders.
16 */
17$mail_fetch_allow_unsubscribed = false;
18