1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/mail/websieve/files/patch-funclib.pl
Norikatsu Shigemura 58187416e9 Add websieve 0.61, web based Cyrus IMAP user admin client.
PR:		51425
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-04-26 21:50:25 +00:00

12 lines
392 B
Perl

--- funclib.pl.orig Mon Sep 24 14:50:50 2001
+++ funclib.pl Wed Apr 23 19:24:59 2003
@@ -51,7 +51,7 @@
$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;
}