summaryrefslogtreecommitdiff
path: root/mail/horde4-imp/files/patch-bug1367
diff options
context:
space:
mode:
Diffstat (limited to 'mail/horde4-imp/files/patch-bug1367')
-rw-r--r--mail/horde4-imp/files/patch-bug136711
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/horde4-imp/files/patch-bug1367 b/mail/horde4-imp/files/patch-bug1367
deleted file mode 100644
index 83db997b1782..000000000000
--- a/mail/horde4-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);
- }