mirror of https://github.com/M66B/FairEmail.git
Reduced logging
This commit is contained in:
parent
aba33e353d
commit
a515bfa81d
|
@ -1516,7 +1516,7 @@ class Core {
|
||||||
itarget.setSubscribed(subscribed);
|
itarget.setSubscribed(subscribed);
|
||||||
itarget.close();
|
itarget.close();
|
||||||
} catch (MessagingException ex) {
|
} catch (MessagingException ex) {
|
||||||
Log.e(ex);
|
Log.w(ex);
|
||||||
}
|
}
|
||||||
|
|
||||||
db.folder().renameFolder(folder.account, folder.name, folder.rename);
|
db.folder().renameFolder(folder.account, folder.name, folder.rename);
|
||||||
|
|
Loading…
Reference in New Issue