mirror of https://github.com/M66B/FairEmail.git
Swap account and folder name for subtitles
This commit is contained in:
parent
4b1c1ca16c
commit
d33fd39fe3
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue