From: Manni H. <man...@us...> - 2007-11-23 15:49:53
|
Update of /cvsroot/popfile/engine/Services In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9405/Services Modified Files: Tag: b0_22_2 IMAP.pm Log Message: Remove some commented-out cruft. Index: IMAP.pm =================================================================== RCS file: /cvsroot/popfile/engine/Services/IMAP.pm,v retrieving revision 1.9.4.10 retrieving revision 1.9.4.11 diff -C2 -d -r1.9.4.10 -r1.9.4.11 *** IMAP.pm 23 Nov 2007 06:59:44 -0000 1.9.4.10 --- IMAP.pm 23 Nov 2007 15:49:55 -0000 1.9.4.11 *************** *** 1595,1602 **** } return; - # if ( $@ ) { - # $templ->param( IMAP_update_list_failed => 'Lost the connection to the server while trying to update the list of mailboxes. Please try again and/or check your connection settings.' ); - # $self->log_( 0, "Connection to server was lost." ); - # } } --- 1595,1598 ---- |