mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
- Remove EOLed unsupported cyrus-imapd versions - Pet portclippy - Refresh patches - Utilize OPTIONSNG to reduce clutters
11 lines
381 B
Perl
11 lines
381 B
Perl
--- funclib.pl.orig 2004-07-07 00:20:09 UTC
|
|
+++ funclib.pl
|
|
@@ -51,7 +51,7 @@ sub getquota {
|
|
$IMAPERROR=$imap->{'Error'} unless (defined(@tmp) && scalar(@tmp) > 1);
|
|
return unless (defined(@tmp) && scalar(@tmp) > 1);
|
|
#recreate array and remove extra spaces - fixes array properly
|
|
- @tmp=($tmp[3],$tmp[4],$tmp[5]);
|
|
+# @tmp=($tmp[3],$tmp[4],$tmp[5]);
|
|
return @tmp;
|
|
|
|
}
|