mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 03:19:24 +01:00
Cleanup
This commit is contained in:
@@ -1848,8 +1848,6 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
throw new MessageRemovedException();
|
||||
|
||||
StringBuilder sb = new StringBuilder();
|
||||
if (BuildConfig.DEBUG)
|
||||
sb.append(imessage.getFlags().toString()).append("\n");
|
||||
|
||||
Enumeration<Header> headers = imessage.getAllHeaders();
|
||||
while (headers.hasMoreElements()) {
|
||||
|
||||
Reference in New Issue
Block a user