Changeset 2286 in subversion
- Timestamp:
- Feb 10, 2009 6:49:29 AM (4 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/steps/mail/func.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/CHANGELOG
r2282 r2286 1 1 CHANGELOG RoundCube Webmail 2 2 --------------------------- 3 4 2009/02/10 (alec) 5 ---------- 6 - Use default_charset for messages without specified charset (#1485661, #1484961) 3 7 4 8 2009/02/08 (thomasb) -
trunk/roundcubemail/program/steps/mail/func.inc
r2263 r2286 296 296 297 297 298 if (!empty($header->charset)) 299 $IMAP->set_charset($header->charset); 298 $IMAP->set_charset(!empty($header->charset) ? $header->charset : $CONFIG['default_charset']); 300 299 301 300 // format each col … … 405 404 continue; 406 405 407 if (!empty($header->charset)) 408 $IMAP->set_charset($header->charset); 406 $IMAP->set_charset(!empty($header->charset) ? $header->charset : $CONFIG['default_charset']); 409 407 410 408 // remove 'attachment' and 'flag' columns, we don't need them here
Note: See TracChangeset
for help on using the changeset viewer.
