Skip to content

Commit

Permalink
Can't check this here, as status isn't set yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed May 5, 2015
1 parent 9529ec1 commit 4dd13e7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php
Expand Up @@ -176,11 +176,6 @@ public function setChanges(array $messages, array $flags = array(), array $categ
*/
public function primeFolder($messages)
{
$modseq = $this->modseq();
if (empty($modseq)) {
throw new Horde_ActiveSync_Exception('Horde_ActiveSync_Folder_Imap::primeFolder requires a MODSEQ capable IMAP server');
}

$this->_added = $messages;
$this->_primed = true;
}
Expand Down

0 comments on commit 4dd13e7

Please sign in to comment.