Loading src/com/fsck/k9/Account.java +1 −1 Original line number Diff line number Diff line Loading @@ -1053,7 +1053,7 @@ public class Account implements BaseAccount { } // It'd be great if this actually went into the store implementation // to get this, but that's expensive and not easilly accessible // to get this, but that's expensive and not easily accessible // during initialization public boolean isSearchByDateCapable() { if (getStoreUri().startsWith("imap")) { Loading src/com/fsck/k9/K9.java +1 −1 Original line number Diff line number Diff line Loading @@ -575,7 +575,7 @@ public class K9 extends Application { @Override public void searchStats(final AccountStats stats) { // let observers know a fetch occured // let observers know a fetch occurred K9.this.sendBroadcast(new Intent(K9.Intents.EmailReceived.ACTION_REFRESH_OBSERVER, null)); } Loading src/com/fsck/k9/activity/MessageList.java +2 −2 Original line number Diff line number Diff line Loading @@ -847,7 +847,7 @@ public class MessageList /* (non-Javadoc) * * Method overriden for proper typing within this class (the return type is * Method overridden for proper typing within this class (the return type is * more specific than the super implementation) * * @see android.app.Activity#onRetainNonConfigurationInstance() Loading @@ -863,7 +863,7 @@ public class MessageList /* * (non-Javadoc) * * Method overriden for proper typing within this class (the return type is * Method overridden for proper typing within this class (the return type is * more specific than the super implementation) * * @see android.app.Activity#getLastNonConfigurationInstance() Loading src/com/fsck/k9/controller/MessagingController.java +1 −1 Original line number Diff line number Diff line Loading @@ -1741,7 +1741,7 @@ public class MessagingController implements Runnable { notifyAccount(mApplication, account, message, unreadBeforeStart, newMessages); } }//for large messsages }//for large messages if (K9.DEBUG) Log.d(K9.LOG_TAG, "SYNC: Done fetching large messages for folder " + folder); Loading src/com/fsck/k9/helper/AutoSyncHelper.java +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ public class AutoSyncHelper { * False, if we never tried to load the class for this SDK version. * True, otherwise. * * Note: if sAutoSync is null and sChecked is true, then an error occured * Note: if sAutoSync is null and sChecked is true, then an error occurred * while loading the class for the SDK version we're running on. */ private static boolean sChecked = false; Loading Loading
src/com/fsck/k9/Account.java +1 −1 Original line number Diff line number Diff line Loading @@ -1053,7 +1053,7 @@ public class Account implements BaseAccount { } // It'd be great if this actually went into the store implementation // to get this, but that's expensive and not easilly accessible // to get this, but that's expensive and not easily accessible // during initialization public boolean isSearchByDateCapable() { if (getStoreUri().startsWith("imap")) { Loading
src/com/fsck/k9/K9.java +1 −1 Original line number Diff line number Diff line Loading @@ -575,7 +575,7 @@ public class K9 extends Application { @Override public void searchStats(final AccountStats stats) { // let observers know a fetch occured // let observers know a fetch occurred K9.this.sendBroadcast(new Intent(K9.Intents.EmailReceived.ACTION_REFRESH_OBSERVER, null)); } Loading
src/com/fsck/k9/activity/MessageList.java +2 −2 Original line number Diff line number Diff line Loading @@ -847,7 +847,7 @@ public class MessageList /* (non-Javadoc) * * Method overriden for proper typing within this class (the return type is * Method overridden for proper typing within this class (the return type is * more specific than the super implementation) * * @see android.app.Activity#onRetainNonConfigurationInstance() Loading @@ -863,7 +863,7 @@ public class MessageList /* * (non-Javadoc) * * Method overriden for proper typing within this class (the return type is * Method overridden for proper typing within this class (the return type is * more specific than the super implementation) * * @see android.app.Activity#getLastNonConfigurationInstance() Loading
src/com/fsck/k9/controller/MessagingController.java +1 −1 Original line number Diff line number Diff line Loading @@ -1741,7 +1741,7 @@ public class MessagingController implements Runnable { notifyAccount(mApplication, account, message, unreadBeforeStart, newMessages); } }//for large messsages }//for large messages if (K9.DEBUG) Log.d(K9.LOG_TAG, "SYNC: Done fetching large messages for folder " + folder); Loading
src/com/fsck/k9/helper/AutoSyncHelper.java +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ public class AutoSyncHelper { * False, if we never tried to load the class for this SDK version. * True, otherwise. * * Note: if sAutoSync is null and sChecked is true, then an error occured * Note: if sAutoSync is null and sChecked is true, then an error occurred * while loading the class for the SDK version we're running on. */ private static boolean sChecked = false; Loading