mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-08 18:13:24 +02:00
Long size
This commit is contained in:
@@ -555,7 +555,7 @@ public class ServiceSend extends ServiceBase {
|
||||
throw new IOException("Test");
|
||||
db.identity().setIdentityState(ident.id, "connected");
|
||||
|
||||
Integer max_size = iservice.getMaxSize();
|
||||
Long max_size = iservice.getMaxSize();
|
||||
if (max_size != null)
|
||||
db.identity().setIdentityMaxSize(ident.id, max_size);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user