information about #1312915 fix and phpdoc updates
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 5 Aug 2006 11:21:35 +0000 (11:21 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 5 Aug 2006 11:21:35 +0000 (11:21 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11474 7612ce4b-ef26-0410-bec9-ea0150e637f0

ChangeLog
functions/folder_manip.php

index 02395b8451e9d55e1f134fc989aba6bfcfc1241f..66c1a7b45456102de7f0aeb51f6a7a738781b811 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -126,6 +126,7 @@ Version 1.5.2 - CVS
     subfolders (#1413569).
   - Custom SMTP AUTH configuration variables are moved from config_local.php
     to main configuration file.
+  - Fixed subscription of new 'noselect' folders (#1315912).
 
 Version 1.5.1 (branched on 2006-02-12)
 --------------------------------------
index 116fe70bc278be74690d5bb3ebc37a1a3d4d237d..c080f1c77044027d80a8ed12829bcb56abc39400 100644 (file)
@@ -43,9 +43,9 @@ function folders_checkname($imapConnection, $folder_name, $delimiter)
  * Called from folders.php to create a new folder.
  * @param stream $imapConnection imap connection resource
  * @param string $delimiter delimiter
- * @param string $folder_name create folder name
+ * @param string $folder_name new folder name
  * @param string $subfolder folder that stores new folder
- * @param boolean $contain_subs
+ * @param string $contain_subs if not empty, creates folder that can store subfolders
  * @since 1.5.1
  */
 function folders_create ($imapConnection, $delimiter, $folder_name, $subfolder, $contain_subs)