aboutsummaryrefslogtreecommitdiffhomepage
path: root/devel
diff options
context:
space:
mode:
authorGravatar Austin Clements <amdragon@MIT.EDU>2012-11-07 10:27:00 -0500
committerGravatar David Bremner <bremner@debian.org>2012-11-08 09:49:22 -0400
commit70dacc1fd984acf1b17daac04a2e019f10a80031 (patch)
tree583a384a3f08fbabfe3de619cf930f08b5f3832f /devel
parent7c6ac9fbae354cf0f5dd1686476a99f2420bc689 (diff)
devel: Add Reply-to to the schemata
The code got out of sync with the documentation in 7d3c06dc.
Diffstat (limited to 'devel')
-rw-r--r--devel/schemata1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/schemata b/devel/schemata
index 9cb25f59..e44da717 100644
--- a/devel/schemata
+++ b/devel/schemata
@@ -79,6 +79,7 @@ headers = {
To?: string,
Cc?: string,
Bcc?: string,
+ Reply-To?: string,
Date: string
}