Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 1c025f937a77546674c04f23aa8ed60a > files > 19

squirrelmail-1.4.20-0.RC2.2mdv2010.0.noarch.rpm

<?php

/* Junk Folder Plugin for Squirrelmail - Configuration */

global $junkfolder_user, $junkfolder_useimage, $junkfolder_days;

/* Folder that will be regarded as the user's special Junk Folder. */
$junkfolder_user = "INBOX.Junk";

/* Use nice image for waring message? */
$junkfolder_useimage = true;

/* How many days have you set ipurge to? */
$junkfolder_days = 6;

?>