Ignore:
Timestamp:
Jul 31, 2008 4:27:46 PM (5 years ago)
Author:
thomasb
Message:

Make special folders configurable for the user

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/steps/settings/save_prefs.inc

    r1542 r1619  
    3737  'mdn_requests' => isset($_POST['_mdn_requests']) ? intval($_POST['_mdn_requests']) : 0, 
    3838  'skin' => isset($_POST['_skin']) ? get_input_value('_skin', RCUBE_INPUT_POST) : $CONFIG['skin'], 
     39  'drafts_mbox' => get_input_value('_drafts_mbox', RCUBE_INPUT_POST), 
     40  'sent_mbox' => get_input_value('_sent_mbox', RCUBE_INPUT_POST), 
     41  'junk_mbox' => get_input_value('_junk_mbox', RCUBE_INPUT_POST), 
     42  'trash_mbox' => get_input_value('_trash_mbox', RCUBE_INPUT_POST), 
    3943  ); 
    4044 
Note: See TracChangeset for help on using the changeset viewer.