From b076a460e5418ae8f0db0b4b392d91853fd2a21b Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Wed, 26 Oct 2005 18:12:36 -0400
Subject: [PATCH] Finished message sorting and fixed some skin issues

---
 config/main.inc.php.dist |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 5031db4..816c618 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -100,6 +100,13 @@
 // 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 *****/
 
@@ -114,7 +121,6 @@
 
 // show pretty dates as standard
 $rcmail_config['prettydate'] = TRUE;
-
 
 // end of config file
 ?>

--
Gitblit v1.9.1