Aleksander Machniak
2015-05-20 59d11dce3335520bc53cecdb51cc665f540d8270
Small code improvement
1 files modified
3 ■■■■ changed files
program/lib/Roundcube/rcube_message.php 3 ●●●● patch | view | raw | blame | history
program/lib/Roundcube/rcube_message.php
@@ -107,7 +107,7 @@
            'prefer_html' => $this->app->config->get('prefer_html'),
            'get_url' => $this->app->url(array(
                'action' => 'get',
                'mbox'   => $this->storage->get_folder(),
                    'mbox'   => $this->folder,
                'uid'    => $uid))
        );
@@ -1038,5 +1038,4 @@
    {
        return rcube_mime::format_flowed($text, $length);
    }
}