From: Manni H. <man...@us...> - 2008-02-09 09:18:51
|
Update of /cvsroot/popfile/engine/Services In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18582/Services Modified Files: IMAP.pm Log Message: validate_bucket_folders no longer actively ignores pseudo buckets. Index: IMAP.pm =================================================================== RCS file: /cvsroot/popfile/engine/Services/IMAP.pm,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** IMAP.pm 3 Dec 2007 08:16:49 -0000 1.29 --- IMAP.pm 9 Feb 2008 09:18:54 -0000 1.30 *************** *** 1499,1508 **** $bucket2folder{ $bucket } = $folder; - - # pseudo buckets are free to map wherever they like since - # we will never reclassify to them anyway - unless ( $self->classifier_()->is_pseudo_bucket( $self->api_session(), $bucket ) ) { - $folders{ $folder }++; - } } } --- 1499,1502 ---- |