diff --git a/api/ECNQueue.py b/api/ECNQueue.py index 3e362a5..8ae9a79 100644 --- a/api/ECNQueue.py +++ b/api/ECNQueue.py @@ -32,6 +32,7 @@ # Queues to not load in getQueues() queuesToIgnore = ["archives", "drafts", "inbox"] +# TODO: Investigate coral items not having a From header # B/c some items don't have a From field # See coral259 queuesToIgnore.append("coral")