aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-03-15 19:20:58 +0000
committerVincent Richard <[email protected]>2005-03-15 19:20:58 +0000
commit27715ddef8d610f98f5685247992c1b00467cd1c (patch)
treeb95af72d88e53b1860c638a5717a382a7275823c
parentSupport for In-Reply-To header field (type MessageId). (diff)
downloadvmime-27715ddef8d610f98f5685247992c1b00467cd1c.tar.gz
vmime-27715ddef8d610f98f5685247992c1b00467cd1c.zip
Support for In-Reply-To header field (type MessageId).
-rw-r--r--src/headerFieldFactory.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/headerFieldFactory.cpp b/src/headerFieldFactory.cpp
index 807ffe4d..01258d85 100644
--- a/src/headerFieldFactory.cpp
+++ b/src/headerFieldFactory.cpp
@@ -55,6 +55,7 @@ headerFieldFactory::headerFieldFactory()
registerName <messageIdField>(vmime::fields::CONTENT_ID);
registerName <messageIdField>(vmime::fields::MESSAGE_ID);
registerName <defaultField>(vmime::fields::CONTENT_LOCATION);
+ registerName <messageIdField>(vmime::fields::IN_REPLY_TO);
}