1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-23 01:12:19 -05:00

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

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