diff --git a/src/Message.php b/src/Message.php index b107c15a..08a6f423 100644 --- a/src/Message.php +++ b/src/Message.php @@ -291,7 +291,7 @@ public function move(Mailbox $mailbox) /** * Prevent the message from being marked as seen * - * Defaults to false, so messages that are read will be marked as seen. + * Defaults to true, so messages that are read will be still marked as unseen. * * @param bool $bool *