mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Limit number of snoozed/delayed messages
This commit is contained in:
@@ -3002,6 +3002,8 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||
EntityMessage.snooze(context, message.id, message.ui_snoozed);
|
||||
|
||||
db.setTransactionSuccessful();
|
||||
} catch (IllegalArgumentException ex) {
|
||||
Log.w(ex);
|
||||
} finally {
|
||||
db.endTransaction();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user