mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 08:33:37 +02:00
Enable partial fetch for Yahoo/AOL
This commit is contained in:
@@ -2751,7 +2751,7 @@ public abstract class DB extends RoomDatabase {
|
||||
@Override
|
||||
public void migrate(@NonNull SupportSQLiteDatabase db) {
|
||||
logMigration(startVersion, endVersion);
|
||||
db.execSQL("UPDATE account SET raw_fetch = 1" +
|
||||
db.execSQL("UPDATE account SET partial_fetch = 1" +
|
||||
" WHERE host = 'imap.mail.yahoo.com' OR host = 'imap.aol.com'");
|
||||
}
|
||||
}).addMigrations(new Migration(998, 999) {
|
||||
|
||||
Reference in New Issue
Block a user