We need to now update our variable unread to include the new emails. Assign unread the value unread + new.
unread
unread + new
Make sure to type unread = unread + new.
unread = unread + new