Ignore:
Timestamp:
Oct 24, 2008 8:01:45 PM (5 years ago)
Author:
estadtherr
Message:

added obscure ASCII encoding aliases, added more error checking to RFC2822 date parsing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/steps/mail/show.inc

    r1947 r2009  
    2525if ($_GET['_uid']) { 
    2626  $MESSAGE = new rcube_message(get_input_value('_uid', RCUBE_INPUT_GET)); 
    27    
     27 
    2828  // set message charset as default 
    2929  if (!empty($MESSAGE->headers->charset)) 
     
    218218  $OUTPUT->send('printmessage'); 
    219219else if ($RCMAIL->action=='preview' && $OUTPUT->template_exists('messagepreview')) 
    220     $OUTPUT->send('messagepreview'); 
     220  $OUTPUT->send('messagepreview'); 
    221221else 
    222222  $OUTPUT->send('message'); 
Note: See TracChangeset for help on using the changeset viewer.