Wrong way around...

release-0.6
thomascube 18 years ago
parent c768b3a8bf
commit bef5cafc8c

@ -1226,6 +1226,8 @@ function rcube_webmail()
page = 1;
add_url += '&_refresh=1';
this.env.current_page = page;
if (this.message_list)
this.message_list.clear_selection();
this.show_messageframe(false);
}
@ -1238,8 +1240,6 @@ function rcube_webmail()
// load message list remotely
if (this.gui_objects.messagelist)
{
if (mbox != this.env.mailbox)
this.message_list.clear_selection();
this.list_mailbox_remote(mbox, page, add_url);
return;
}

Loading…
Cancel
Save