add method and fix GlobalMailAccount

This commit is contained in:
Looly
2020-09-25 11:37:46 +08:00
parent 3846985acd
commit 74cb1abeeb
8 changed files with 38 additions and 8 deletions

View File

@@ -38,7 +38,7 @@ public enum GlobalMailAccount {
for (String mailSettingPath : MailAccount.MAIL_SETTING_PATHS) {
try {
return new MailAccount(mailSettingPath);
} catch (IORuntimeException e) {
} catch (IORuntimeException ignore) {
//ignore
}
}