mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Swap account and folder name for subtitles
This commit is contained in:
@@ -4889,7 +4889,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
if (folders.size() == 1) {
|
||||
String accountName = folders.get(0).accountName;
|
||||
if (accountName != null)
|
||||
name += "/" + accountName;
|
||||
name = accountName + "/" + name;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user