Changeset 7902df4 in github for program/steps/mail/compose.inc


Ignore:
Timestamp:
Oct 20, 2005 6:20:26 PM (8 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
a95e0e1
Parents:
1038d554
Message:

Fixed SSL support; improved Courier compatibility; some visual enhancements and bugfixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/steps/mail/compose.inc

    r09941ea r7902df4  
    510510                       rcube_label('high'), 
    511511                       rcube_label('highest')), 
    512                  array(1, 2, 0, 4, 5)); 
     512                 array(5, 4, 0, 2, 1)); 
    513513                  
    514514  $sel = isset($_POST['_priority']) ? $_POST['_priority'] : 0; 
Note: See TracChangeset for help on using the changeset viewer.