hgext/notify.py
changeset 2225 ff43ea94eff4
parent 2224 e8f47dfb70f4
child 2230 332950340788
--- a/hgext/notify.py	Mon May 08 11:16:09 2006 -0700
+++ b/hgext/notify.py	Mon May 08 12:27:30 2006 -0700
@@ -210,6 +210,7 @@
             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):