|
From: <jgr...@us...> - 2003-07-27 15:42:46
|
Update of /cvsroot/popfile/engine/UI
In directory sc8-pr-cvs1:/tmp/cvs-serv17399/UI
Modified Files:
HTML.pm
Log Message:
More tests for Classifier::Bayes to cover adding and removing messages in a bucket
Index: HTML.pm
===================================================================
RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v
retrieving revision 1.185
retrieving revision 1.186
diff -C2 -d -r1.185 -r1.186
*** HTML.pm 26 Jul 2003 23:52:44 -0000 1.185
--- HTML.pm 27 Jul 2003 15:42:42 -0000 1.186
***************
*** 2918,2922 ****
if ( defined( $usedtobe ) ) {
! $self->{classifier__}->remove_message_from_bucket($self->global_config_( 'msgdir' ) . $mail_file, $bucket);
$self->log_( "Undoing $mail_file from $bucket to $usedtobe" );
--- 2918,2922 ----
if ( defined( $usedtobe ) ) {
! $self->{classifier__}->remove_message_from_bucket( $bucket, $self->global_config_( 'msgdir' ) . $mail_file);
$self->log_( "Undoing $mail_file from $bucket to $usedtobe" );
|