XF 1.5 Stop email notifications on PMs/replies

Pretty sure all you have to do is open file Model/Conversation.php
Locate function insertConversationAlert()
At the very top of the function (above all other code) insert the text return;
 
Top Bottom