##// END OF EJS Templates
configitems: register the 'notify.style' config
Boris Feld -
r33748:c27fac1c default
parent child Browse files
Show More
@@ -188,6 +188,9 b" configitem('notify', 'sources',"
188 188 configitem('notify', 'strip',
189 189 default=0,
190 190 )
191 configitem('notify', 'style',
192 default=None,
193 )
191 194
192 195 # template for single changeset can include email headers.
193 196 single_template = '''
General Comments 0
You need to be logged in to leave comments. Login now