##// 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 185 configitem('notify', 'merge',
186 186 default=True,
187 187 )
188 configitem('notify', 'outgoing',
189 default=None,
190 )
188 191 configitem('notify', 'sources',
189 192 default='serve',
190 193 )
General Comments 0
You need to be logged in to leave comments. Login now