From: Austin Clements Date: Wed, 7 Nov 2012 15:27:00 +0000 (-0500) Subject: devel: Add Reply-to to the schemata X-Git-Tag: 0.15_rc1~185 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=70dacc1fd984acf1b17daac04a2e019f10a80031;ds=sidebyside devel: Add Reply-to to the schemata The code got out of sync with the documentation in 7d3c06dc. --- 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 }