1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-23 09:22:23 -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([{ callback([{
type: 'Inbox', type: 'Inbox',
count: 3,
path: 'INBOX' path: 'INBOX'
}, { }, {
type: 'Sent', type: 'Sent',
path: 'SENT' path: 'SENT'
}, { }, {
type: 'Outbox', type: 'Outbox',
count: 1,
path: 'OUTBOX' path: 'OUTBOX'
}, { }, {
type: 'Drafts', type: 'Drafts',