# HG changeset patch # User Vadim Gelfer # Date 2006-05-08 19:27:30 # Node ID ff43ea94eff42bda2db752b69a9325bb061c6d9d # Parent e8f47dfb70f4a28742f60e8e258c7e9b63c80de7 notify: add 'to' header to message. diff --git a/hgext/notify.py b/hgext/notify.py --- a/hgext/notify.py +++ b/hgext/notify.py @@ -210,6 +210,7 @@ class notifier(object): msg['Message-Id'] = ('' % (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):