alecpl
2010-10-04 e25a357d956c263c90f1c816395418ef4dbc2939
program/include/rcube_message.php
@@ -115,7 +115,11 @@
     */
    public function get_header($name, $raw = false)
    {
        $value = $this->headers->$name;
        if ($this->headers->$name)
            $value = $this->headers->$name;
        else if ($this->headers->others[$name])
            $value = $this->headers->others[$name];
        return $raw ? $value : $this->imap->decode_header($value);
    }