summaryrefslogtreecommitdiff
path: root/mail/websieve/files/patch-funclib.pl
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-04-26 21:50:25 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-04-26 21:50:25 +0000
commit58187416e9cf3105f1890387fbea4887bf13eb5a (patch)
treebdc86af32ad05d61bd07a1c53f03a61bbf5f1e70 /mail/websieve/files/patch-funclib.pl
parentUpdate to 1.0.3. (diff)
Add websieve 0.61, web based Cyrus IMAP user admin client.
PR: 51425 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Notes
Notes: svn path=/head/; revision=79691
Diffstat (limited to 'mail/websieve/files/patch-funclib.pl')
-rw-r--r--mail/websieve/files/patch-funclib.pl11
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;
+
+ }