summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorBruno Wagner <bwagner@thoughtworks.com>2014-10-20 12:19:25 +0200
committerBruno Wagner <bwagner@thoughtworks.com>2014-10-20 12:20:24 +0200
commit6f8012c859021fc88abba8e56756e58d44f334dd (patch)
tree2af74ceed67333bf082359d04575f37c156a6e39 /service
parentf4c7c980645bfba5db87e832f1b7023c6347c741 (diff)
Removed unused values from the mails response
Diffstat (limited to 'service')
-rw-r--r--service/pixelated/controllers/mails_controller.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/service/pixelated/controllers/mails_controller.py b/service/pixelated/controllers/mails_controller.py
index ba8cbba1..b039495f 100644
--- a/service/pixelated/controllers/mails_controller.py
+++ b/service/pixelated/controllers/mails_controller.py
@@ -35,9 +35,6 @@ class MailsController:
response = {
"stats": {
"total": total,
- "read": 0,
- "starred": 0,
- "replied": 0
},
"mails": [mail.as_dict() for mail in mails]
}