Add web.de/Unbekannt as unified inbox

pull/208/head
M66B 3 years ago
parent 6b5de123e8
commit d6b8ebb31d

@ -298,8 +298,13 @@ public class EntityFolder extends EntityOrder implements Serializable {
}
void setSpecials(EntityAccount account) {
if ("imap.web.de".equals(account.host) && "Unbekannt".equals(name))
if ("imap.web.de".equals(account.host) && "Unbekannt".equals(name)) {
// In den Ordner Unbekannt werden E-Mails einsortiert,
// die nicht als Spam erkannt werden
// und deren Absender nicht in Ihrem Adressbuch oder auf Ihrer Erwünschtliste stehen.
synchronize = true;
unified = true;
}
}
static boolean shouldPoll(String type) {

Loading…
Cancel
Save