Add class attribute to template
[squirrelmail.git] / plugins / mail_fetch / config_default.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. Change this to true if it is
15 * allowed to store fetched messages in unsubscribed folders.
16 */
17 $mail_fetch_allow_unsubscribed = false;
18