diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-07-25 22:11:50 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-07-25 22:11:50 +0000 |
| commit | 2e6a221c88d8b54fcefc0273e59c52bd484c962e (patch) | |
| tree | 26059770a357d4003c45c58bce9aa9d7a8ad9745 /roundcubemail/program/steps/mail | |
| parent | 8caf79e1b0db4ea1a46aa14034901f571d30f742 (diff) | |
Several bugfixes and improvements. See CHANGELOG for details
git-svn-id: https://svn.roundcube.net/trunk@282 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/mail')
| -rw-r--r-- | roundcubemail/program/steps/mail/func.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/program/steps/mail/func.inc b/roundcubemail/program/steps/mail/func.inc index 376c0bf93..b1d3d8b6b 100644 --- a/roundcubemail/program/steps/mail/func.inc +++ b/roundcubemail/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); |
