diff options
Diffstat (limited to 'mail/websieve/files/patch-funclib.pl')
-rw-r--r-- | mail/websieve/files/patch-funclib.pl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/websieve/files/patch-funclib.pl b/mail/websieve/files/patch-funclib.pl new file mode 100644 index 000000000000..be0e951d1e2f --- /dev/null +++ b/mail/websieve/files/patch-funclib.pl @@ -0,0 +1,11 @@ +--- 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; + + } |