diff program/steps/mail/func.inc @ 5:3a5f959af5ae

debugging aids, all commented out
author Charlie Root
date Thu, 30 Aug 2018 16:15:17 -0400
parents 0cac1d1e799f
children
line wrap: on
line diff
--- a/program/steps/mail/func.inc	Thu Jan 18 07:47:04 2018 -0500
+++ b/program/steps/mail/func.inc	Thu Aug 30 16:15:17 2018 -0400
@@ -444,8 +444,9 @@
 
     // Plugins may set header's list_cols/list_flags and other rcube_message_header variables
     // and list columns
+    #rcube::write_log('thunderbird_labels','t? |'.$RCMAIL->storage->get_threading().'|');
     $plugin = $RCMAIL->plugins->exec_hook('messages_list',
-        array('messages' => $a_headers, 'cols' => $a_show_cols));
+					  array('messages' => $a_headers, 'cols' => $a_show_cols));
 
     $a_show_cols = $plugin['cols'];
     $a_headers   = $plugin['messages'];