mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 00:53:26 +02:00
Removed cleaning headers
This commit is contained in:
@@ -675,9 +675,6 @@ public interface DaoMessage {
|
||||
@Query("UPDATE message SET notifying = 0")
|
||||
int clearNotifyingMessages();
|
||||
|
||||
@Query("UPDATE message SET headers = NULL WHERE headers IS NOT NULL")
|
||||
int clearMessageHeaders();
|
||||
|
||||
@Query("UPDATE message SET fts = 0")
|
||||
int resetFts();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user