From e10e480416f7fda5fc83561e777b283e8185ff2a Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Fri, 18 Oct 2013 15:46:48 +0200 Subject: [PATCH] display folder count in dummy data --- src/js/controller/navigation.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/js/controller/navigation.js b/src/js/controller/navigation.js index e9346e1..18722c3 100644 --- a/src/js/controller/navigation.js +++ b/src/js/controller/navigation.js @@ -118,12 +118,14 @@ define(function(require) { callback([{ type: 'Inbox', + count: 3, path: 'INBOX' }, { type: 'Sent', path: 'SENT' }, { type: 'Outbox', + count: 1, path: 'OUTBOX' }, { type: 'Drafts',