diff index.php @ 35:05c4c32948af

.hgignore: add vendor tree composer.json: new packages plugins/thunderbird_labels/thunderbird_labels.php: change hook and RFC822 use wrt whitelisting to avoid deprecated stuff index.php: commented debugging hooks others: new releases of vendor packages?
author Charlie Root
date Thu, 30 Aug 2018 16:21:59 -0400
parents 1e000243b222
children a36beb7d3ea2
line wrap: on
line diff
--- a/index.php	Sun May 27 16:53:56 2018 -0400
+++ b/index.php	Thu Aug 30 16:21:59 2018 -0400
@@ -304,6 +304,7 @@
         $redirects++;
     }
     else {
+      #rcube::write_log('mail',$incfile." not found");
         break;
     }
 }
@@ -312,6 +313,7 @@
     $RCMAIL->plugins->exec_hook('refresh', array('last' => intval(rcube_utils::get_input_value('_last', rcube_utils::INPUT_GPC))));
 }
 
+#rcube::write_log('mail',"task: ".$RCMAIL->task." action: ".$RCMAIL->action);
 // parse main template (default)
 $OUTPUT->send($RCMAIL->task);