| | |
| | | $rcmail_config['ip_check'] = TRUE; |
| | | |
| | | // not shure what this was good for :-) |
| | | $rcmail_config['locale_string'] = 'de_DE'; |
| | | $rcmail_config['locale_string'] = 'en'; |
| | | |
| | | // use this format for short date display |
| | | $rcmail_config['date_short'] = 'D H:i'; |
| | |
| | | // 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'; |
| | | |
| | | |
| | | |
| | | /***** these settings can be overwritten by user's preferences *****/ |
| | | |
| | |
| | | |
| | | // show pretty dates as standard |
| | | $rcmail_config['prettydate'] = TRUE; |
| | | |
| | | |
| | | // end of config file |
| | | ?> |