From b4d3f705e772b13b77001dca31ccdd34aa46fb9a Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Sat, 9 Apr 2005 18:02:24 +0000 Subject: Upgrade to 4.0.3. Changelog available at: . --- mail/imp/files/patch-bug1367 | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 mail/imp/files/patch-bug1367 (limited to 'mail/imp/files/patch-bug1367') diff --git a/mail/imp/files/patch-bug1367 b/mail/imp/files/patch-bug1367 deleted file mode 100644 index 83db997b1782..000000000000 --- a/mail/imp/files/patch-bug1367 +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/IMP.php.orig Wed Jan 26 10:23:02 2005 -+++ lib/IMP.php Mon Feb 14 21:14:11 2005 -@@ -582,7 +582,7 @@ - - /* Add the list of mailboxes to the lists. */ - $showmbox = false; -- if (is_null($filter[0])) { -+ if (count($filter) && is_null($filter[0])) { - $showmbox = true; - array_shift($filter); - } -- cgit v1.2.3