ispman/lib mailbox_actions_cyrus.lib,1.3,1.4
Joerg Delker <[email protected]> Mon, 22 Jan 2007 21:46:02 +0000
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/lib
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv6555/lib
Modified Files:
mailbox_actions_cyrus.lib
Log Message:
fixed bug [ 1615613 ] cyrus quota times 1024 too big
Index: mailbox_actions_cyrus.lib
===================================================================
RCS file: /cvsroot/ispman/ispman/lib/mailbox_actions_cyrus.lib,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mailbox_actions_cyrus.lib 21 Nov 2006 14:41:29 -0000 1.3
+++ mailbox_actions_cyrus.lib 22 Jan 2007 21:45:59 -0000 1.4
@@ -159,7 +159,7 @@
my $quota = shift;
$imap_conn or _connect($server);
- if ( $imap_conn->set_quota( $mailbox, $quota*1024 ) ) {
+ if ( $imap_conn->set_quota( $mailbox, $quota ) ) {
print $imap_conn->error . "\n";
return 1;
}
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV