From 2c37dee5d79d3cf3dc2a2f085ae81cf49c034dc6 Mon Sep 17 00:00:00 2001 From: Krzysztof Piasecki Date: Sun, 30 Aug 2015 10:33:16 +0200 Subject: [PATCH] Fix long description for Message::keepUnseen --- src/Message.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *