configitems: register the 'bugzilla.bzemail' config
authorBoris Feld <boris.feld@octobus.net>
Fri, 07 Jul 2017 10:03:26 +0200
changeset 33395 b33d63651693
parent 33394 a752d2e7ec9c
child 33396 96d3e5c1fd25
configitems: register the 'bugzilla.bzemail' config
hgext/bugzilla.py
--- a/hgext/bugzilla.py	Fri Jul 07 10:03:24 2017 +0200
+++ b/hgext/bugzilla.py	Fri Jul 07 10:03:26 2017 +0200
@@ -325,6 +325,9 @@
 configitem('bugzilla', 'bzdir',
     default='/var/www/html/bugzilla',
 )
+configitem('bugzilla', 'bzemail',
+    default=None,
+)
 
 class bzaccess(object):
     '''Base class for access to Bugzilla.'''