Move setting _next_uid to selection_post_data()

pull/152/head
Aleksander Machniak 11 years ago
parent a6cc96a55d
commit ccb1323dc8

@ -2742,9 +2742,6 @@ function rcube_webmail()
}
}
if (this.env.display_next && this.env.next_uid)
post_data._next_uid = this.env.next_uid;
if (count < 0)
post_data._count = (count*-1);
// remove threads from the end of the list
@ -2780,6 +2777,9 @@ function rcube_webmail()
if (this.env.search_request)
data._search = this.env.search_request;
if (this.env.display_next && this.env.next_uid)
post_data._next_uid = this.env.next_uid;
return data;
};

Loading…
Cancel
Save