Loading legacy/account/src/main/java/app/k9mail/legacy/account/Account.kt +1 −1 Original line number Diff line number Diff line Loading @@ -201,7 +201,7 @@ class Account( @get:Synchronized @set:Synchronized var showPictures = ShowPictures.NEVER var showPictures = ShowPictures.ALWAYS @get:Synchronized @set:Synchronized Loading legacy/core/src/main/java/com/fsck/k9/AccountPreferenceSerializer.kt +2 −2 Original line number Diff line number Diff line Loading @@ -154,7 +154,7 @@ class AccountPreferenceSerializer( setSortAscending(sortType, storage.getBoolean("$accountUuid.sortAscending", false)) showPictures = getEnumStringPref<ShowPictures>(storage, "$accountUuid.showPicturesEnum", ShowPictures.NEVER) showPictures = getEnumStringPref<ShowPictures>(storage, "$accountUuid.showPicturesEnum", ShowPictures.ALWAYS) updateNotificationSettings { NotificationSettings( Loading Loading @@ -578,7 +578,7 @@ class AccountPreferenceSerializer( folderPushMode = FolderMode.ALL sortType = DEFAULT_SORT_TYPE setSortAscending(DEFAULT_SORT_TYPE, DEFAULT_SORT_ASCENDING) showPictures = ShowPictures.NEVER showPictures = ShowPictures.ALWAYS isSignatureBeforeQuotedText = false expungePolicy = Expunge.EXPUNGE_IMMEDIATELY importedAutoExpandFolder = null Loading legacy/core/src/main/java/com/fsck/k9/preferences/AccountSettingsDescriptions.java +1 −1 Original line number Diff line number Diff line Loading @@ -179,7 +179,7 @@ class AccountSettingsDescriptions { new V(9, new BooleanSetting(Account.DEFAULT_SORT_ASCENDING)) )); s.put("showPicturesEnum", Settings.versions( new V(1, new EnumSetting<>(ShowPictures.class, ShowPictures.NEVER)) new V(1, new EnumSetting<>(ShowPictures.class, ShowPictures.ALWAYS)) )); s.put("signatureBeforeQuotedText", Settings.versions( new V(1, new BooleanSetting(false)) Loading legacy/ui/legacy/src/main/java/com/fsck/k9/activity/accountmanager/EeloAccountCreator.kt +2 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,7 @@ import com.fsck.k9.Core import com.fsck.k9.Preferences import com.fsck.k9.account.BackgroundAccountRemover import app.k9mail.feature.account.accountmanager.autoconfig.EeloAutoConfigUrlProvider import app.k9mail.legacy.account.Account import com.fsck.k9.logging.Timber import com.fsck.k9.mail.AuthType import com.fsck.k9.mail.ServerSettings Loading @@ -55,6 +56,7 @@ internal class EeloAccountCreator(context: Context) : KoinComponent { newAccount.email = emailId newAccount.name = emailId newAccount.senderName = emailId newAccount.showPictures = Account.ShowPictures.ALWAYS Timber.d("accountType: $accountType") Loading Loading
legacy/account/src/main/java/app/k9mail/legacy/account/Account.kt +1 −1 Original line number Diff line number Diff line Loading @@ -201,7 +201,7 @@ class Account( @get:Synchronized @set:Synchronized var showPictures = ShowPictures.NEVER var showPictures = ShowPictures.ALWAYS @get:Synchronized @set:Synchronized Loading
legacy/core/src/main/java/com/fsck/k9/AccountPreferenceSerializer.kt +2 −2 Original line number Diff line number Diff line Loading @@ -154,7 +154,7 @@ class AccountPreferenceSerializer( setSortAscending(sortType, storage.getBoolean("$accountUuid.sortAscending", false)) showPictures = getEnumStringPref<ShowPictures>(storage, "$accountUuid.showPicturesEnum", ShowPictures.NEVER) showPictures = getEnumStringPref<ShowPictures>(storage, "$accountUuid.showPicturesEnum", ShowPictures.ALWAYS) updateNotificationSettings { NotificationSettings( Loading Loading @@ -578,7 +578,7 @@ class AccountPreferenceSerializer( folderPushMode = FolderMode.ALL sortType = DEFAULT_SORT_TYPE setSortAscending(DEFAULT_SORT_TYPE, DEFAULT_SORT_ASCENDING) showPictures = ShowPictures.NEVER showPictures = ShowPictures.ALWAYS isSignatureBeforeQuotedText = false expungePolicy = Expunge.EXPUNGE_IMMEDIATELY importedAutoExpandFolder = null Loading
legacy/core/src/main/java/com/fsck/k9/preferences/AccountSettingsDescriptions.java +1 −1 Original line number Diff line number Diff line Loading @@ -179,7 +179,7 @@ class AccountSettingsDescriptions { new V(9, new BooleanSetting(Account.DEFAULT_SORT_ASCENDING)) )); s.put("showPicturesEnum", Settings.versions( new V(1, new EnumSetting<>(ShowPictures.class, ShowPictures.NEVER)) new V(1, new EnumSetting<>(ShowPictures.class, ShowPictures.ALWAYS)) )); s.put("signatureBeforeQuotedText", Settings.versions( new V(1, new BooleanSetting(false)) Loading
legacy/ui/legacy/src/main/java/com/fsck/k9/activity/accountmanager/EeloAccountCreator.kt +2 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,7 @@ import com.fsck.k9.Core import com.fsck.k9.Preferences import com.fsck.k9.account.BackgroundAccountRemover import app.k9mail.feature.account.accountmanager.autoconfig.EeloAutoConfigUrlProvider import app.k9mail.legacy.account.Account import com.fsck.k9.logging.Timber import com.fsck.k9.mail.AuthType import com.fsck.k9.mail.ServerSettings Loading @@ -55,6 +56,7 @@ internal class EeloAccountCreator(context: Context) : KoinComponent { newAccount.email = emailId newAccount.name = emailId newAccount.senderName = emailId newAccount.showPictures = Account.ShowPictures.ALWAYS Timber.d("accountType: $accountType") Loading