Changeset 3111 in subversion


Ignore:
Timestamp:
Nov 16, 2009 3:40:16 AM (4 years ago)
Author:
alec
Message:
  • sorting by CC
Location:
branches/devel-threads
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/devel-threads/THREADS

    r3110 r3111  
    1414      this purpose 
    1515    - popup menu for list column/sorting/view selection (not finished yet) 
    16     - implemented ARRIVAL sorting 
     16    - added sorting by ARRIVAL 
     17    - added sorting by CC 
    1718 
    1819TODO: 
  • branches/devel-threads/config/main.inc.php.dist

    r3110 r3111  
    342342 
    343343// default messages sort column. Use empty value for default server's sorting, 
    344 // 'arrival' for sorting by ARRIVAL date 
    345 // or 'subject', 'from', 'to', 'date', 'size', 'cc' 
     344// or 'arrival', 'date', 'subject', 'from', 'to', 'size', 'cc' 
    346345$rcmail_config['message_sort_col'] = ''; 
    347346 
  • branches/devel-threads/program/steps/mail/func.inc

    r3109 r3111  
    161161   
    162162  // define sortable columns 
    163   $a_sort_cols = array('subject', 'date', 'from', 'to', 'size'); 
     163  $a_sort_cols = array('subject', 'date', 'from', 'to', 'size', 'cc'); 
    164164 
    165165  $mbox = $IMAP->get_mailbox_name(); 
Note: See TracChangeset for help on using the changeset viewer.