diff options
author | thomascube <thomas@roundcube.net> | 2006-07-25 22:11:50 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-07-25 22:11:50 +0000 |
commit | 24053e0d308d6c80149b812cda8774ed3d6ed71d (patch) | |
tree | 9dbd832a2e57bbd4083e6d7ebb62b7bb74bed07d /program/steps/mail/func.inc | |
parent | f0f98fb108885aca3c29f759128040ef9e015e68 (diff) |
Several bugfixes and improvements. See CHANGELOG for details
Diffstat (limited to 'program/steps/mail/func.inc')
-rw-r--r-- | program/steps/mail/func.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index 376c0bf93..b1d3d8b6b 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -289,6 +289,9 @@ function rcmail_message_list($attrib) // check to see if we have some settings for sorting $sort_col = $_SESSION['sort_col']; $sort_order = $_SESSION['sort_order']; + + // add some labels to client + rcube_add_label('from', 'to'); // get message headers $a_headers = $IMAP->list_headers('', '', $sort_col, $sort_order); |