Ticket #1484961: rcube-svn1941-broken-list.patch

File rcube-svn1941-broken-list.patch, 504 bytes (added by joungkyun, 17 months ago)
  • program/steps/mail/func.inc

    diff -urNp rcube.org/program/steps/mail/func.inc rcube/program/steps/mail/func.inc
    old new  
    250250 
    251251    if (!empty($header->charset)) 
    252252      $IMAP->set_charset($header->charset); 
     253    else 
     254      $IMAP->set_charset($CONFIG['default_charset']); 
    253255   
    254256    // format each col 
    255257    foreach ($a_show_cols as $col)