diff options
author | thomascube <thomas@roundcube.net> | 2005-10-20 22:20:26 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2005-10-20 22:20:26 +0000 |
commit | 7902df457d3401c83f78a6ddd48df1a7f07f68b1 (patch) | |
tree | cc0861b2f1406970d5955f0ccb730fecef5b337a /program/steps/mail/compose.inc | |
parent | 1038d554e41b4007461a0c74a89625fd03107f7f (diff) |
Fixed SSL support; improved Courier compatibility; some visual enhancements and bugfixes
Diffstat (limited to 'program/steps/mail/compose.inc')
-rw-r--r-- | program/steps/mail/compose.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc index 52b64d804..f7e094aa0 100644 --- a/program/steps/mail/compose.inc +++ b/program/steps/mail/compose.inc @@ -509,7 +509,7 @@ function rcmail_priority_selector($attrib) rcube_label('normal'), rcube_label('high'), rcube_label('highest')), - array(1, 2, 0, 4, 5)); + array(5, 4, 0, 2, 1)); $sel = isset($_POST['_priority']) ? $_POST['_priority'] : 0; |