##// END OF EJS Templates
configitem: register the 'notify.incoming' config
Boris Feld -
r34753:b811f06b default
parent child Browse files
Show More
@@ -170,6 +170,9 b" configitem('notify', 'domain',"
170 170 configitem('notify', 'fromauthor',
171 171 default=None,
172 172 )
173 configitem('notify', 'incoming',
174 default=None,
175 )
173 176 configitem('notify', 'maxdiff',
174 177 default=300,
175 178 )
General Comments 0
You need to be logged in to leave comments. Login now