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

Unverified Commit 9610a844 authored by Wolf-Martell Montwé's avatar Wolf-Martell Montwé Committed by GitHub
Browse files

Merge pull request #8044 from wmontwe/split-legacy-part-1

Split legacy - part 1
parents a8523dc7 b7a64f23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
package app.k9mail.dev

import app.k9mail.backend.demo.DemoBackend
import com.fsck.k9.Account
import app.k9mail.legacy.account.Account
import com.fsck.k9.backend.BackendFactory
import com.fsck.k9.backend.api.Backend
import com.fsck.k9.mailstore.K9BackendStorageFactory
+1 −1
Original line number Diff line number Diff line
package net.thunderbird.android.dev

import app.k9mail.backend.demo.DemoBackend
import com.fsck.k9.Account
import app.k9mail.legacy.account.Account
import com.fsck.k9.backend.BackendFactory
import com.fsck.k9.backend.api.Backend
import com.fsck.k9.mailstore.K9BackendStorageFactory
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ import androidx.lifecycle.LifecycleOwner
import androidx.lifecycle.viewModelScope
import app.k9mail.feature.account.oauth.domain.AccountOAuthDomainContract.UseCase.GetOAuthRequestIntent
import app.k9mail.feature.account.oauth.domain.entity.AuthorizationIntentResult
import com.fsck.k9.Account
import app.k9mail.legacy.account.Account
import com.fsck.k9.preferences.AccountManager
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.flow.MutableStateFlow
+1 −1
Original line number Diff line number Diff line
package app.k9mail.feature.widget.message.list

import com.fsck.k9.Account.SortType
import app.k9mail.legacy.account.Account.SortType
import com.fsck.k9.search.LocalSearch

internal data class MessageListConfig(
+1 −1
Original line number Diff line number Diff line
package app.k9mail.feature.widget.message.list

import com.fsck.k9.Account
import app.k9mail.legacy.account.Account
import com.fsck.k9.controller.MessageReference
import com.fsck.k9.helper.MessageHelper
import com.fsck.k9.mailstore.MessageDetailsAccessor
Loading