| | |
| | | // display these folders separately in the mailbox list |
| | | $rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash'); |
| | | |
| | | // default sort col |
| | | $rcmail_config['message_sort_col'] = 'date'; |
| | | |
| | | // default sort order |
| | | $rcmail_config['message_sort_order'] = 'DESC'; |
| | | |
| | | // Set TRUE if deleted messages should not be displayed |
| | | // This will make the application run slower |
| | | $rcmail_config['skip_deleted'] = FALSE; |
| | |
| | | // show pretty dates as standard |
| | | $rcmail_config['prettydate'] = TRUE; |
| | | |
| | | // default sort col |
| | | $rcmail_config['message_sort_col'] = 'date'; |
| | | |
| | | // default sort order |
| | | $rcmail_config['message_sort_order'] = 'DESC'; |
| | | |
| | | |
| | | /***** try to load host-specific configuration *****/ |
| | | |