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 250 250 251 251 if (!empty($header->charset)) 252 252 $IMAP->set_charset($header->charset); 253 else 254 $IMAP->set_charset($CONFIG['default_charset']); 253 255 254 256 // format each col 255 257 foreach ($a_show_cols as $col)
