mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 03:15:39 +01:00
Add web.de/Unbekannt as unified inbox
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user