add sent as a new status

functions as delivered - shows up in delievered column, contributes
to delivered stats etc.
This commit is contained in:
Leo Hemsted
2017-04-27 16:02:49 +01:00
parent ca90c922ed
commit cf125d0a14
5 changed files with 15 additions and 10 deletions

View File

@@ -31,7 +31,7 @@ import pyexcel.ext.ods3
SENDING_STATUSES = ['created', 'pending', 'sending']
DELIVERED_STATUSES = ['delivered']
DELIVERED_STATUSES = ['delivered', 'sent']
FAILURE_STATUSES = ['failed', 'temporary-failure', 'permanent-failure', 'technical-failure']
REQUESTED_STATUSES = SENDING_STATUSES + DELIVERED_STATUSES + FAILURE_STATUSES