Prevent deleting inbox

This commit is contained in:
M66B
2020-10-20 14:17:09 +02:00
parent 392d28a2f6
commit e97fb55969
2 changed files with 3 additions and 1 deletions

View File

@@ -82,7 +82,7 @@ class CharsetHelper {
"UTF-8".equals(detected))
Log.w("compact_enc_det result=" + detected);
else
// ISO-2022-JP, ISO-8859-2, windows-1250, windows-1257
// ISO-2022-JP, ISO-8859-2, windows-1250, windows-1252, windows-1257
Log.e("compact_enc_det result=" + detected);
return Charset.forName(detected);