Update of /cvsroot/popfile/engine/UI
In directory sc8-pr-cvs1:/tmp/cvs-serv26943
Modified Files:
HTML.pm
Log Message:
Woops! Restore class file writing
Index: HTML.pm
===================================================================
RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v
retrieving revision 1.171
retrieving revision 1.172
diff -C2 -d -r1.171 -r1.172
*** HTML.pm 24 Jun 2003 03:28:33 -0000 1.171
--- HTML.pm 25 Jun 2003 03:52:38 -0000 1.172
***************
*** 2683,2687 ****
# Update the class file
! $self->{classifier__}->history_load_class( $mail_file, 1, $newbucket, ( $bucket || "unclassified" ) , '');
# Since we have just changed the classification of this file and it has
--- 2683,2687 ----
# Update the class file
! $self->{classifier__}->history_write_class( $mail_file, 1, $newbucket, ( $bucket || "unclassified" ) , '');
# Since we have just changed the classification of this file and it has
***************
*** 2757,2761 ****
# Update the class file
! $self->{classifier__}->history_load_class( $mail_file, 0, ( $usedtobe || "unclassified" ), '', '');
# Add message feedback
--- 2757,2761 ----
# Update the class file
! $self->{classifier__}->history_write_class( $mail_file, 0, ( $usedtobe || "unclassified" ), '', '');
# Add message feedback
|