mirror of
https://github.com/M66B/FairEmail.git
synced 2026-02-03 13:35:54 +01:00
Prevent deleting inbox
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user