display folder count in dummy data

This commit is contained in:
Tankred Hase 2013-10-18 15:46:48 +02:00
parent 4bcc1d6bdf
commit e10e480416
1 changed files with 2 additions and 0 deletions

View File

@ -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',