From: Manni H. <man...@us...> - 2008-04-05 10:35:37
|
Update of /cvsroot/popfile/engine/Services In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26641/Services Modified Files: IMAP.pm Log Message: Provide session key to History::get_slot_fields Index: IMAP.pm =================================================================== RCS file: /cvsroot/popfile/engine/Services/IMAP.pm,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** IMAP.pm 9 Feb 2008 10:09:12 -0000 1.32 --- IMAP.pm 5 Apr 2008 10:35:41 -0000 1.33 *************** *** 967,971 **** if ( $slot ne '' ) { my ( $id, $from, $to, $cc, $subject, $date, $hash, $inserted, $bucket, $reclassified, undef, $magnetized ) = ! $self->history_()->get_slot_fields( $slot ); $self->log_( 2, "get_slot_fields returned the following information:" ); --- 967,971 ---- if ( $slot ne '' ) { my ( $id, $from, $to, $cc, $subject, $date, $hash, $inserted, $bucket, $reclassified, undef, $magnetized ) = ! $self->history_()->get_slot_fields( $slot, $self->api_session() ); $self->log_( 2, "get_slot_fields returned the following information:" ); |