Log folder attributes

This commit is contained in:
M66B 2018-12-25 15:39:26 +00:00
parent 1e0d4d68e3
commit d4d94dd849
1 changed files with 2 additions and 2 deletions

View File

@ -1942,8 +1942,8 @@ public class ServiceSynchronize extends LifecycleService {
String type = null;
boolean selectable = true;
String[] attrs = ((IMAPFolder) ifolder).getAttributes();
Log.i(account.name + ":" + fullName +
" attrs=" + TextUtils.join(" ", attrs));
EntityLog.log(ServiceSynchronize.this,
account.name + ":" + fullName + " attrs=" + TextUtils.join(" ", attrs));
for (String attr : attrs) {
if ("\\Noselect".equals(attr) || "\\NonExistent".equals(attr))
selectable = false;