aboutsummaryrefslogtreecommitdiffstats
path: root/src/headerFieldFactory.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-03-27 13:06:45 +0000
committerVincent Richard <[email protected]>2005-03-27 13:06:45 +0000
commit4ab9332ce6269807edb45e69f7e6000aa40d4478 (patch)
tree6f5e4e583ff7d7b88e62dac7b81a90c129a7d3b9 /src/headerFieldFactory.cpp
parentSome fixes for Visual C++/Windows. (diff)
downloadvmime-4ab9332ce6269807edb45e69f7e6000aa40d4478.tar.gz
vmime-4ab9332ce6269807edb45e69f7e6000aa40d4478.zip
Added new basic type 'messageIdSequence'.
Diffstat (limited to 'src/headerFieldFactory.cpp')
-rw-r--r--src/headerFieldFactory.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/headerFieldFactory.cpp b/src/headerFieldFactory.cpp
index 62eff647..fa990c6f 100644
--- a/src/headerFieldFactory.cpp
+++ b/src/headerFieldFactory.cpp
@@ -55,7 +55,8 @@ 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);
+ registerName <messageIdSequenceField>(vmime::fields::IN_REPLY_TO);
+ registerName <messageIdSequenceField>(vmime::fields::REFERENCES);
registerName <messageIdField>(vmime::fields::ORIGINAL_MESSAGE_ID);
registerName <dispositionField>(vmime::fields::DISPOSITION);