X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Fread_body.php;h=68fbf46e9fef92acb0ebc1e3d9b3033399f5b3ef;hp=3c3a70d8501c3e3e0c6b635e7ba965cac27a56be;hb=694205bb68868f56e4b2eb1acb84ec592868b183;hpb=c23b38ac490bb813c69fc331033037429a895383 diff --git a/src/read_body.php b/src/read_body.php index 3c3a70d8..68fbf46e 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -987,7 +987,7 @@ $header = $message->header; // they SHOULD be included as part of the FETCH responses." // if ($imap_server_type == 'gmail') { - sqimap_toggle_flag($imapConnection, $passed_id, '\\Seen', true, true); + sqimap_toggle_flag($imapConnection, array($passed_id), '\\Seen', true, true); } /****************************************/