[PATCH 1/3] devel: Add Reply-to to the schemata

Subject: [PATCH 1/3] devel: Add Reply-to to the schemata

Date: Wed, 7 Nov 2012 10:27:00 -0500

To: notmuch@notmuchmail.org

Cc:

From: Austin Clements


The code got out of sync with the documentation in 7d3c06dc.
---
 devel/schemata |    1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/schemata b/devel/schemata
index 9cb25f5..e44da71 100644
--- a/devel/schemata
+++ b/devel/schemata
@@ -79,6 +79,7 @@ headers = {
     To?:            string,
     Cc?:            string,
     Bcc?:           string,
+    Reply-To?:      string,
     Date:           string
 }
 
-- 
1.7.10


Thread: