[Bps-public-commit] r9330 - in Net-Server-IMAP: lib/Net/Server/IMAP/Command

alexmv at bestpractical.com alexmv at bestpractical.com
Tue Oct 16 15:38:40 EDT 2007


Author: alexmv
Date: Tue Oct 16 15:38:33 2007
New Revision: 9330

Modified:
   Net-Server-IMAP/   (props changed)
   Net-Server-IMAP/lib/Net/Server/IMAP/Command/Status.pm

Log:
 r23692 at zoq-fot-pik:  chmrr | 2007-10-16 15:38:17 -0400
  * Got the validate/run split wrong again


Modified: Net-Server-IMAP/lib/Net/Server/IMAP/Command/Status.pm
==============================================================================
--- Net-Server-IMAP/lib/Net/Server/IMAP/Command/Status.pm	(original)
+++ Net-Server-IMAP/lib/Net/Server/IMAP/Command/Status.pm	Tue Oct 16 15:38:33 2007
@@ -26,6 +26,7 @@
 sub run {
     my $self = shift;
 
+    my ( $name, $flags ) = @options;
     my $mailbox = $self->connection->model->lookup( $self->connection, $name );
 
     my %items;



More information about the Bps-public-commit mailing list