Hidden dot files in sub directories
   
    Gary Gendel
     
    gary@genashor.com
       
    Tue, 21 Aug 2001 22:55:07 -0400 (EDT)
    
    
  
Hi,
One of my email clients likes to put an index file in each folder.  The
option to hide files starting with a dot doesn't filter out files in
subdirectories.  I changed the line in lib/Folder.php from:
if (($dotFiles || ($label[0] != '.'))
to:
if (($dotFiles || (($label[0] != '.') && !strstr($label, "/.")))
Boy did that clean up a the folder tree and list.
and something to put on the wish list...
I'd love to have an option to forward spam to spamcop.  I can't use
forward, because it reformats the headers (aligns colons, strips off
header information, etc.).  Anyone figure out a simple way to do this?
Regards,
Gary
-----------------------------------------------------------------------
	Gary Gendel			Vice President
	Genashor Corp			email:  gary@genashor.com
	17 Dogwood Drive		phone:	(908) 369-8554
	Hillsborough, NJ 08844		fax:	(908) 369-8544
-----------------------------------------------------------------------