Changeset d5515f6 in github for program/steps/mail/mark.inc


Ignore:
Timestamp:
Jul 13, 2009 2:58:00 PM (4 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
92fc539
Parents:
a366a32
Message:

Tabs!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/steps/mail/mark.inc

    r34ebe0b rd5515f6  
    6464    if ($_POST['_from'] == 'show') { 
    6565      if ($next = get_input_value('_next_uid', RCUBE_INPUT_GPC)) 
    66         $OUTPUT->command('show_message', $next); 
     66        $OUTPUT->command('show_message', $next); 
    6767      else 
    68         $OUTPUT->command('command', 'list'); 
     68        $OUTPUT->command('command', 'list'); 
    6969    } else { 
    7070      // refresh saved search set after moving some messages 
     
    8080      // jump back one page (user removed the whole last page) 
    8181      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; 
    8585      } 
    8686 
     
    9898      // add new rows from next page (if any) 
    9999      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']; 
    102102   
    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); 
    104104       
    105105        rcmail_js_message_list($a_headers, false, false); 
Note: See TracChangeset for help on using the changeset viewer.