Update of /cvsroot/popfile/engine/Proxy
In directory sc8-pr-cvs1:/tmp/cvs-serv15887/Proxy
Modified Files:
POP3.pm
Log Message:
The History tab button no longer forces a history cache reload greatly improving performance when no new mail has been received, the proxy modules tell the UI that the history cache is invalid through the history_invalid flag which is now set by POP3
Index: POP3.pm
===================================================================
RCS file: /cvsroot/popfile/engine/Proxy/POP3.pm,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** POP3.pm 21 Feb 2003 18:22:02 -0000 1.37
--- POP3.pm 21 Feb 2003 18:36:24 -0000 1.38
***************
*** 217,220 ****
--- 217,221 ----
$class =~ s/[\r\n]//g;
+ $self->{ui}->{history_invalid} = 1;
$self->{classifier}->{parameters}{$class}{count} += 1;
$self->{configuration}->{configuration}{mcount} += 1;
|