? foo.diff
Index: webmail_plus.thread_view.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/webmail_plus/Attic/webmail_plus.thread_view.inc,v
retrieving revision 1.1.2.1
diff -u -p -r1.1.2.1 webmail_plus.thread_view.inc
--- webmail_plus.thread_view.inc	9 Jan 2009 18:43:31 -0000	1.1.2.1
+++ webmail_plus.thread_view.inc	11 May 2009 03:39:29 -0000
@@ -47,7 +47,7 @@ function webmail_plus_thread_view_form()
 
   //print_r($thread_info);
 
-  $mail_api_connection = webmail_plus_connect($thread_folder);
+  $mail_api_connection = _webmail_plus_connect($thread_folder);
 
 
   // FIXME if there are no messages in the thread (for some crazy reason) we need to show an error
@@ -74,7 +74,7 @@ function webmail_plus_thread_view_form()
 
 
     if($message_index==1) {
-      drupal_set_title(webmail_plus_render_subject($message_header_arr['subject']));
+      drupal_set_title(_webmail_plus_render_subject($message_header_arr['subject']));
 
     }
 
@@ -110,7 +110,7 @@ function webmail_plus_thread_view_form()
    );
 
    // collect the tags for the tread
-   $message_tags_array = webmail_plus_get_message_tags($thread_info->folder, $thread_message->message_uid);
+   $message_tags_array = _webmail_plus_get_message_tags($thread_info->folder, $thread_message->message_uid);
 
    if(is_array($thread_tags) && is_array($message_tags_array)) {
     $thread_tags = array_merge($thread_tags, $message_tags_array);
