##// END OF EJS Templates
configitem: register the 'notify.outgoing' config
Boris Feld -
r34754:12a69c80 default
parent child Browse files
Show More
@@ -185,6 +185,9 b" configitem('notify', 'mbox',"
185 configitem('notify', 'merge',
185 configitem('notify', 'merge',
186 default=True,
186 default=True,
187 )
187 )
188 configitem('notify', 'outgoing',
189 default=None,
190 )
188 configitem('notify', 'sources',
191 configitem('notify', 'sources',
189 default='serve',
192 default='serve',
190 )
193 )
General Comments 0
You need to be logged in to leave comments. Login now