devel: Add Reply-to to the schemata

The code got out of sync with the documentation in 7d3c06dc.
This commit is contained in:
Austin Clements 2012-11-07 10:27:00 -05:00 committed by David Bremner
parent 7c6ac9fbae
commit 70dacc1fd9

View file

@ -79,6 +79,7 @@ headers = {
To?: string,
Cc?: string,
Bcc?: string,
Reply-To?: string,
Date: string
}