Changeset d5515f6 in github for program/steps/mail/mark.inc
- Timestamp:
- Jul 13, 2009 2:58:00 PM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 92fc539
- Parents:
- a366a32
- File:
-
- 1 edited
-
program/steps/mail/mark.inc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/mail/mark.inc
r34ebe0b rd5515f6 64 64 if ($_POST['_from'] == 'show') { 65 65 if ($next = get_input_value('_next_uid', RCUBE_INPUT_GPC)) 66 $OUTPUT->command('show_message', $next);66 $OUTPUT->command('show_message', $next); 67 67 else 68 $OUTPUT->command('command', 'list');68 $OUTPUT->command('command', 'list'); 69 69 } else { 70 70 // refresh saved search set after moving some messages … … 80 80 // jump back one page (user removed the whole last page) 81 81 if ($IMAP->list_page > 1 && $nextpage_count <= 0 && $remaining == 0) { 82 $IMAP->set_page($IMAP->list_page-1);83 $_SESSION['page'] = $IMAP->list_page;84 $jump_back = true;82 $IMAP->set_page($IMAP->list_page-1); 83 $_SESSION['page'] = $IMAP->list_page; 84 $jump_back = true; 85 85 } 86 86 … … 98 98 // add new rows from next page (if any) 99 99 if (($jump_back || $nextpage_count > 0)) { 100 $sort_col = isset($_SESSION['sort_col']) ? $_SESSION['sort_col'] : $CONFIG['message_sort_col'];101 $sort_order = isset($_SESSION['sort_order']) ? $_SESSION['sort_order'] : $CONFIG['message_sort_order'];100 $sort_col = isset($_SESSION['sort_col']) ? $_SESSION['sort_col'] : $CONFIG['message_sort_col']; 101 $sort_order = isset($_SESSION['sort_order']) ? $_SESSION['sort_order'] : $CONFIG['message_sort_order']; 102 102 103 $a_headers = $IMAP->list_headers($mbox, NULL, $sort_col, $sort_order, $count);103 $a_headers = $IMAP->list_headers($mbox, NULL, $sort_col, $sort_order, $count); 104 104 105 105 rcmail_js_message_list($a_headers, false, false);
Note: See TracChangeset
for help on using the changeset viewer.
