Ignore:
Timestamp:
Nov 23, 2009 8:02:35 AM (3 years ago)
Author:
alec
Message:
  • fix some bug with threads+search
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/devel-threads/program/steps/mail/list.inc

    r3125 r3129  
    6767  $a_headers = $IMAP->list_headers($mbox_name, NULL, $sort_col, $sort_order); 
    6868 
     69// update search set (possible change of threading mode) 
     70if (!empty($_REQUEST['_search']) && isset($_SESSION['search'][$_REQUEST['_search']])) 
     71  $_SESSION['search'][$_REQUEST['_search']] = $IMAP->get_search_set(); 
     72 
    6973// update mailboxlist 
    7074rcmail_send_unread_count($mbox_name, !empty($_REQUEST['_refresh'])); 
Note: See TracChangeset for help on using the changeset viewer.