diff --git a/api/ECNQueue.py b/api/ECNQueue.py index abc4c77..2f199c5 100644 --- a/api/ECNQueue.py +++ b/api/ECNQueue.py @@ -19,6 +19,13 @@ # Queues to not load in getQueues() queuesToIgnore = ["archives", "drafts", "inbox"] +# B/c of unicode errors to be dealt with later. +# See coral104 +queuesToIgnore.append("coral") +# See potr4 +queuesToIgnore.append("potr") + + #------------------------------------------------------------------------------# # Classes