mirror of
https://github.com/M66B/FairEmail.git
synced 2026-05-19 05:29:50 +02:00
Revert "Web.de: Postausgang is read-only"
This reverts commit 33cff51d26.
This commit is contained in:
@@ -1145,9 +1145,6 @@ class Core {
|
||||
if (target != folder.id)
|
||||
throw new IllegalArgumentException("Invalid folder");
|
||||
|
||||
if (account != null && account.isWebDe() && "Postausgang".equalsIgnoreCase(folder.name))
|
||||
throw new IllegalArgumentException("'Postausgang' is read-only, use 'Gesendet' instead");
|
||||
|
||||
// External draft might have a uid only
|
||||
if (TextUtils.isEmpty(message.msgid)) {
|
||||
message.msgid = EntityMessage.generateMessageId();
|
||||
|
||||
Reference in New Issue
Block a user