Hi,
In the file plugins/hikashoppayment/paypalexpress/paypalexpress.php, you'll find several times the line:
Code:
$this->modifyOrder($orderid, $this->plugin_params->invalid_status, true, true);
that you want to change to:
Code:
$this->modifyOrder($orderid, $this->plugin_params->invalid_status, false, false);
That will remove the emails for cancelled orders.