Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31af4526 authored by cketti's avatar cketti
Browse files

Merge pull request #58 from andrewgaul/spelling

Spelling corrections
parents b0ff343f 220e5560
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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")) {
+1 −1
Original line number Diff line number Diff line
@@ -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));
            }

+2 −2
Original line number Diff line number Diff line
@@ -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()
@@ -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()
+1 −1
Original line number Diff line number Diff line
@@ -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);

+1 −1
Original line number Diff line number Diff line
@@ -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