thomascube
2008-06-07 235086c7dec474eea538822386c093cf9e1fb93e
program/include/rcube_message.php
@@ -82,7 +82,7 @@
   */
  public function get_header($name, $raw = false)
  {
    $value = $this->header->$name;
    $value = $this->headers->$name;
    return $raw ? $value : $this->imap->decode_header($value);
  }