From: Manni H. <man...@us...> - 2006-02-10 15:28:53
|
Update of /cvsroot/popfile/engine/Services In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11782/Services Modified Files: IMAP.pm Log Message: Repair comment that got a bit confusing after my last commit. Index: IMAP.pm =================================================================== RCS file: /cvsroot/popfile/engine/Services/IMAP.pm,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** IMAP.pm 10 Feb 2006 15:17:28 -0000 1.22 --- IMAP.pm 10 Feb 2006 15:28:41 -0000 1.23 *************** *** 259,263 **** $self->connect_folders__(); ! # Reset the hash containing the hash values we have just seen. $self->{hash_values__} = (); --- 259,264 ---- $self->connect_folders__(); ! # Reset the hash containing the hash values we have seen the ! # last time through service. $self->{hash_values__} = (); |