1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-29 19:25:34 +00:00

Revert "Web.de: Postausgang is read-only"

This reverts commit 33cff51d26.
This commit is contained in:
M66B 2024-07-18 09:02:29 +02:00
parent 33cff51d26
commit b07c2e5c26

View file

@ -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();