configitems: register the 'email.from' config
authorBoris Feld <boris.feld@octobus.net>
Fri, 30 Jun 2017 03:39:10 +0200
changeset 34478 ef303daefdf7
parent 34477 a27718efb290
child 34479 99c3dee3f6ce
configitems: register the 'email.from' config
mercurial/configitems.py
--- a/mercurial/configitems.py	Fri Jun 30 03:44:24 2017 +0200
+++ b/mercurial/configitems.py	Fri Jun 30 03:39:10 2017 +0200
@@ -146,6 +146,9 @@
 coreconfigitem('email', 'charsets',
     default=list,
 )
+coreconfigitem('email', 'from',
+    default=None,
+)
 coreconfigitem('email', 'method',
     default='smtp',
 )