mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Rule move: allow creation of subfolders
This commit is contained in:
@@ -639,9 +639,6 @@ public class EntityRule {
|
||||
create = create.replace("$email$", email == null ? "" : email);
|
||||
create = create.replace("$domain$", domain == null ? "" : domain);
|
||||
|
||||
if (folder.separator != null)
|
||||
create = create.replace(folder.separator, '_');
|
||||
|
||||
String name = folder.name + (folder.separator == null ? "" : folder.separator) + create;
|
||||
EntityFolder created = db.folder().getFolderByName(message.account, name);
|
||||
if (created == null) {
|
||||
|
||||
Reference in New Issue
Block a user