mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-27 08:01:50 +01:00
Small improvements
This commit is contained in:
@@ -303,7 +303,7 @@ public class EntityFolder extends EntityOrder implements Serializable {
|
||||
|
||||
static String guessType(String fullName) {
|
||||
for (String guess : GUESS_FOLDER_TYPE.keySet())
|
||||
if (fullName.toLowerCase().contains(guess))
|
||||
if (fullName.toLowerCase(Locale.ROOT).contains(guess))
|
||||
return GUESS_FOLDER_TYPE.get(guess);
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user