Thomas Bruederli
2016-01-16 699af1e5206ed9114322adaa3c25c1c969640a53
program/lib/Roundcube/rcube_message.php
@@ -105,10 +105,11 @@
        $this->opt = array(
            'safe' => $this->is_safe,
            'prefer_html' => $this->app->config->get('prefer_html'),
            'get_url' => $this->app->url(array(
                'action' => 'get',
                'mbox'   => $this->storage->get_folder(),
                'uid'    => $uid))
            'get_url'     => $this->app->url(array(
                    'action' => 'get',
                    'mbox'   => $this->storage->get_folder(),
                    'uid'    => $uid),
                false, false, true)
        );
        if (!empty($this->headers->structure)) {