Loading k9mail/src/main/java/io/eelo/mail/Account.java +1 −7 Original line number Diff line number Diff line Loading @@ -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() { Loading @@ -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; } Loading Loading @@ -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())); } Loading k9mail/src/main/java/io/eelo/mail/K9.java +0 −8 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
k9mail/src/main/java/io/eelo/mail/Account.java +1 −7 Original line number Diff line number Diff line Loading @@ -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() { Loading @@ -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; } Loading Loading @@ -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())); } Loading
k9mail/src/main/java/io/eelo/mail/K9.java +0 −8 Original line number Diff line number Diff line Loading @@ -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. Loading