From 0de9d8dc31298921f7272d74cdd3c5d4217b5841 Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Thu, 16 Oct 2014 13:53:16 +0200 Subject: decreasing count on tag and tag shortcut when email is read. we were decreasing only tags that were also in the read mail, but we have also to look at the mailbox and compare that to the tags in the case of default tags #95 --- web-ui/test/test_data.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web-ui/test/test_data.js') diff --git a/web-ui/test/test_data.js b/web-ui/test/test_data.js index bf3626bb..194cd02d 100644 --- a/web-ui/test/test_data.js +++ b/web-ui/test/test_data.js @@ -84,7 +84,8 @@ define(function() { date:'2014-06-04T14:41:13-03:00' }, ident:1, - tags:['textplain','inbox'], + tags:['textplain'], + mailbox: ['inbox'], status:[], body: 'Hello Everyone', isSentMail: function() { return false; }, -- cgit v1.2.3