Skip to content

Commit

Permalink
Fix long description for Message::keepUnseen
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysiekpiasecki committed Aug 30, 2015
1 parent eb574cb commit 2c37dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 2c37dee

Please sign in to comment.