On Sun, 14 Aug 2005 13:07:12 +0100, PajaP <[EMAIL PROTECTED]> wrote: >Hmmm, by adding the following line to config.php: >$junk_folder = 'Spam'; >I am now unable to unsubscribe to 'Spam'. >I am unable to delete or rename 'Spam'. > >I am able to delete or rename 'Trash'. >Now as Trash is the last folder in the list of special folders I am >guessing that there is some code which specifies to only have the >first 4 folders as special, preventing them from being deleted or >renamed. I have scanned the code and cannot see where this is done. >
Seem to have fixed this but guess it is not the best way of doing it. As well as all the changes I have already made, I have now set (in folders.php): /** count special folders **/ $count_special_folders = -1; $count_special_folders was previously set to zero. Anyone know a better way of doing this? I think it would be a good idea to add something like this to core, with the option to specify a name for the Spam folder in config.php At least give the option of adding a junk folder or not. -- PajaP ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
