// If the hRef has been created before msg gets updated then
// the alerts wont have been stored in the db, so double check
// and add in if missing
// TODO of course this wont help if the href doesnt exist...
alert.setSourceHistoryId(hRef.getHistoryId());
hRef.addAlert(alert);
extHist.getHistoryList().notifyItemChanged(hRef);
}
// Raise the alert
extScan.alertFound(alert);