program/steps/mail/get.inc | ●●●●● patch | view | raw | blame | history |
program/steps/mail/get.inc
@@ -151,11 +151,10 @@ $filename = rcube_label('htmlmessage'); } else { $filename = ($MESSAGE->subject ? $MESSAGE->subject : 'roundcube'); $ext = '.' . ($mimetype == 'text/plain' ? 'txt' : $ctype_secondary); $filename = ($MESSAGE->subject ? $MESSAGE->subject : 'roundcube') . $ext; } $ext = '.' . ($mimetype == 'text/plain' ? 'txt' : $ctype_secondary); $filename .= $ext; $filename = preg_replace('[\r\n]', '', $filename); if ($browser->ie && $browser->ver < 7)