phpDocumentor updates
[squirrelmail.git] / plugins / mail_fetch / config_sample.php
CommitLineData
60683821 1<?php
4b4abf93 2
60683821 3/**
4 * mail_fetch plugin - Sample configuration file
5 *
4b4abf93 6 * @copyright &copy; 2005 The SquirrelMail Project Team
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/**
14 * Controls use of unsubscribed folders in plugin
15 */
16$mail_fetch_allow_unsubscribed = false;
17?>