Merged DEV/BELARUS/V3.2-2009_10_05 to HEAD:

16760 : ETHREEOH-2771 - It is impossible to flag a message in IMAP folder

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@17054 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mark Rogers
2009-10-20 14:56:35 +00:00
parent a3c77e335e
commit 258cbf6742

View File

@@ -463,7 +463,7 @@ public abstract class AbstractImapFolder implements MailFolder
return null; return null;
} }
}; };
command.runFeedback(true); command.runFeedback();
} }