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

Commit eab87212 authored by Nihar Thakkar's avatar Nihar Thakkar
Browse files

Removed error folder.

parent 18ba42c2
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -1149,8 +1149,7 @@ public class Account implements BaseAccount, AccountConfig {
                folderName.equals(getArchiveFolderName()) ||
                folderName.equals(getSpamFolderName()) ||
                folderName.equals(getOutboxFolderName()) ||
                folderName.equals(getSentFolderName()) ||
                folderName.equals(getErrorFolderName())));
                folderName.equals(getSentFolderName())));
    }

    public synchronized String getDraftsFolderName() {
@@ -1173,10 +1172,6 @@ public class Account implements BaseAccount, AccountConfig {
        return sentFolderName;
    }

    public synchronized String getErrorFolderName() {
        return K9.ERROR_FOLDER_NAME;
    }

    public synchronized void setSentFolderName(String name) {
        sentFolderName = name;
    }
@@ -1878,7 +1873,6 @@ public class Account implements BaseAccount, AccountConfig {
        excludeSpecialFolder(search, getSpamFolderName());
        excludeSpecialFolder(search, getOutboxFolderName());
        excludeSpecialFolder(search, getSentFolderName());
        excludeSpecialFolder(search, getErrorFolderName());
        search.or(new SearchSpecification.SearchCondition(SearchSpecification.SearchField.FOLDER, SearchSpecification.Attribute.EQUALS, getInboxFolderName()));
    }

+0 −8
Original line number Diff line number Diff line
@@ -151,14 +151,6 @@ public class K9 extends Application
     */
    public static boolean DEBUG_SENSITIVE = false;

    /**
     * Can create messages containing stack traces that can be forwarded
     * to the development team.
     *
     * Feature is enabled when DEBUG == true
     */
    public static final String ERROR_FOLDER_NAME = "eelo Mail-errors";

    /**
     * A reference to the {@link SharedPreferences} used for caching the last known database
     * version.