Merge change Ic1a2e5b9 into eclair
* changes: Fix improper constant to allow retry for sending Exchange mail
This commit is contained in:
commit
d457c744cd
@ -142,7 +142,7 @@ public class SyncManager extends Service implements Runnable {
|
||||
protected static final String WHERE_IN_ACCOUNT_AND_PUSHABLE =
|
||||
MailboxColumns.ACCOUNT_KEY + "=? and type in (" + Mailbox.TYPE_INBOX + ','
|
||||
+ Mailbox.TYPE_EAS_ACCOUNT_MAILBOX + ',' + Mailbox.TYPE_CONTACTS + ')';
|
||||
private static final String WHERE_MAILBOX_KEY = EmailContent.RECORD_ID + "=?";
|
||||
private static final String WHERE_MAILBOX_KEY = Message.MAILBOX_KEY + "=?";
|
||||
private static final String WHERE_PROTOCOL_EAS = HostAuthColumns.PROTOCOL + "=\"" +
|
||||
AbstractSyncService.EAS_PROTOCOL + "\"";
|
||||
private static final String WHERE_NOT_INTERVAL_NEVER_AND_ACCOUNT_KEY_IN =
|
||||
|
Loading…
Reference in New Issue
Block a user