File webmail_plus.thread_view.inc

line 50
There is $mail_api_connection = webmail_plus_connect($thread_folder);
should be $mail_api_connection = _webmail_plus_connect($thread_folder);

line 77
There is drupal_set_title(webmail_plus_render_subject($message_header_arr['subject']));
should be drupal_set_title(_webmail_plus_render_subject($message_header_arr['subject']));

Drupal 6.9 - server debian lenny; apache2 and php5

CommentFileSizeAuthor
#1 webmail_plus-360756.patch1.45 KBmalclocke

Comments

malclocke’s picture

Version: 6.x-1.x-dev » 6.x-1.14
StatusFileSize
new1.45 KB

Confirmed, current stable release basically doesn't work out of the box because of this. Patch supplied against 1.14

kcybulski’s picture

Status: Active » Fixed

Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.