diff --git a/modules/imap/output_modules.php b/modules/imap/output_modules.php index c22825cc3..1d5dc831d 100644 --- a/modules/imap/output_modules.php +++ b/modules/imap/output_modules.php @@ -373,12 +373,6 @@ protected function output() { } $txt .= ' | ' . forward_dropdown($this, $reply_args); } - if ($msg_part === '0') { - $txt .= ' | '.$this->trans('normal').''; - } - else { - $txt .= ' | '.$this->trans('raw').''; - } if (isset($headers['Flags']) && mb_stristr($headers['Flags'], 'flagged')) { $txt .= ' | '; $txt .= ''.$this->trans('Unflag').'';