removed local directory name used for testing.
[squirrelmail.git] / plugins / mail_fetch / config_sample.php
CommitLineData
60683821 1<?php
2/**
3 * mail_fetch plugin - Sample configuration file
4 *
5 * Copyright (c) 2005 The SquirrelMail Project Team
6 * Licensed under the GNU GPL. For full terms see the file COPYING.
7 *
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?>