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([{
|
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',
|
||||||
|
Loading…
Reference in New Issue
Block a user