On Wed, 17 Nov 2004 15:20:58 -0800, p dont think <[EMAIL PROTECTED]> wrote: > > > Next to our "Trash" folder a "purge" button appears. Where would I find > > the code for this? > > In src/left_main.php, search for "purge". > > > Has anyone created subfolders in the "TRASH" folder and put purge > > buttons by those? > > Not that I know of... > > -Paul
It is indeed in src/left_main.php. I didn't like "purge" so changed it to say "empty". A little code addition/modification would probably work to add it to any folder you like. The trash folder is defined as $trash_folder and is a global variable. Look for the section pre-commented by: /* If it's the trash folder, show a purge link when needed */ ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 -- 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
