From 832468040a58096e20acf8f3292ee54038720bab Mon Sep 17 00:00:00 2001 From: tokul Date: Wed, 6 Apr 2005 12:46:40 +0000 Subject: [PATCH] adding since tags git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9210 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/imap_messages.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions/imap_messages.php b/functions/imap_messages.php index 84f9e634..606c99c1 100755 --- a/functions/imap_messages.php +++ b/functions/imap_messages.php @@ -57,8 +57,9 @@ function sqimap_msgs_list_move($imap_stream, $id, $mailbox, $handle_errors = tru * @param resource imap connection * @param string $mailbox mailbox, used for checking if it concerns the trash_folder * @param array $id list with uid's - * @param bool $bypass_trash skip copy to trash + * @param bool $bypass_trash (since 1.5.0) skip copy to trash * @return array $aMessageList array with messages containing the new flags and UID @see parseFetch + * @since 1.4.0 */ function sqimap_msgs_list_delete($imap_stream, $mailbox, $id, $bypass_trash=false) { // FIX ME, remove globals by introducing an associative array with properties -- 2.25.1