diff --git a/src/Fetch/Message.php b/src/Fetch/Message.php index 5272443..009829f 100644 --- a/src/Fetch/Message.php +++ b/src/Fetch/Message.php @@ -651,8 +651,8 @@ class Message public function moveToMailBox($mailbox) { $returnValue = imap_mail_copy($this->imapStream, $this->uid, $mailbox, CP_UID | CP_MOVE); - imap_expunge($this->imapStream); + imap_expunge($this->imapStream); - return $returnValue; + return $returnValue; } }