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:
parent
4bcc1d6bdf
commit
e10e480416
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user