The copyright symbol isn't really needed since the word "copyright" is there. Also...
[squirrelmail.git] / plugins / mail_fetch / config_default.php
CommitLineData
60683821 1<?php
4b4abf93 2
60683821 3/**
4 * mail_fetch plugin - Sample configuration file
5 *
30460a05 6 * @copyright 2005-2009 The SquirrelMail Project Team
4b4abf93 7 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
60683821 8 * @version $Id$
9 * @package plugins
10 * @subpackage mail_fetch
11 */
12
13/**
a7030d41 14 * Controls use of unsubscribed folders in plugin. Change this to true if it is
15 * allowed to store fetched messages in unsubscribed folders.
60683821 16 */
17$mail_fetch_allow_unsubscribed = false;
a7030d41 18