From 654d1f1cf2b27292b23eccc597dea6ce52b521e9 Mon Sep 17 00:00:00 2001 From: gustavf Date: Mon, 10 Jul 2000 09:37:50 +0000 Subject: [PATCH] Made hide parameter to sqimap_mailbox_select optional, since few function calls used it for something. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@606 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/imap_mailbox.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/imap_mailbox.php b/functions/imap_mailbox.php index 0f5943d2..1ac79cff 100755 --- a/functions/imap_mailbox.php +++ b/functions/imap_mailbox.php @@ -35,7 +35,7 @@ /****************************************************************************** ** Selects a mailbox ******************************************************************************/ - function sqimap_mailbox_select ($imap_stream, $mailbox, $hide) { + function sqimap_mailbox_select ($imap_stream, $mailbox, $hide=true) { fputs ($imap_stream, "a001 SELECT \"$mailbox\"\r\n"); $read = sqimap_read_data($imap_stream, "a001", true, $response, $message); } -- 2.25.1