hgext/notify.py
changeset 2225 ff43ea94eff4
parent 2224 e8f47dfb70f4
child 2230 332950340788
--- a/hgext/notify.py
+++ b/hgext/notify.py
@@ -210,6 +210,7 @@ class notifier(object):
             msg['Message-Id'] = ('<hg.%s.%s.%s@%s>' %
                                  (short(node), int(time.time()),
                                   hash(self.repo.root), socket.getfqdn()))
+        msg['To'] = self.subs
 
         msgtext = msg.as_string(0)
         if self.ui.configbool('notify', 'test', True):