am 7ce7dae0: am cc15a77b: Replace commented out call to actionNotifyNewMessages

Merge commit '7ce7dae0e12d2f9ba222396d63b2393f235c40f8'

* commit '7ce7dae0e12d2f9ba222396d63b2393f235c40f8':
  Replace commented out call to actionNotifyNewMessages
This commit is contained in:
Marc Blank 2009-09-20 15:32:35 -07:00 committed by Android Git Automerger
commit 7918da19b3

View File

@ -27,6 +27,7 @@ import com.android.email.provider.EmailContent.Mailbox;
import com.android.email.provider.EmailContent.Message;
import com.android.email.provider.EmailContent.MessageColumns;
import com.android.email.provider.EmailContent.SyncColumns;
import com.android.email.service.MailService;
import com.android.exchange.Eas;
import com.android.exchange.EasSyncService;
@ -476,7 +477,7 @@ public class EmailSyncAdapter extends AbstractSyncAdapter {
cv.put(EmailContent.ADD_COLUMN_NAME, notifyCount);
Uri uri = ContentUris.withAppendedId(Account.ADD_TO_FIELD_URI, mAccount.mId);
mContentResolver.update(uri, cv, null, null);
//MailService.actionNotifyNewMessages(mContext, mAccount.mId);
MailService.actionNotifyNewMessages(mContext, mAccount.mId);
}
}
}