configitems: register the 'email.reply-to' config
authorBoris Feld <boris.feld@octobus.net>
Wed, 11 Oct 2017 03:54:19 +0200
changeset 34599 263a736aed9b
parent 34598 0a68c615706c
child 34600 2d07d20d5a78
configitems: register the 'email.reply-to' config
mercurial/configitems.py
--- a/mercurial/configitems.py	Wed Oct 11 03:54:05 2017 +0200
+++ b/mercurial/configitems.py	Wed Oct 11 03:54:19 2017 +0200
@@ -206,6 +206,9 @@
 coreconfigitem('email', 'method',
     default='smtp',
 )
+coreconfigitem('email', 'reply-to',
+    default=None,
+)
 coreconfigitem('experimental', 'allowdivergence',
     default=False,
 )