mirror of
https://github.com/moparisthebest/mail
synced 2025-01-08 20:18:39 -05:00
list last 10 message from imap instead of 10 first
This commit is contained in:
parent
b3bc120c4d
commit
a2f59b06e5
@ -70,8 +70,8 @@ define(['jquery', 'underscore', 'backbone', 'js/app-config',
|
||||
// post message to main window
|
||||
app.util.postMessage('listEmails', {
|
||||
folder: self.folder,
|
||||
offset: 0,
|
||||
num: 10
|
||||
offset: -10,
|
||||
num: 0
|
||||
}, function(resArgs) {
|
||||
var err = resArgs.err;
|
||||
var emails = resArgs.emails;
|
||||
|
Loading…
Reference in New Issue
Block a user