diff options
author | Vincent Richard <[email protected]> | 2005-03-27 13:06:45 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2005-03-27 13:06:45 +0000 |
commit | 4ab9332ce6269807edb45e69f7e6000aa40d4478 (patch) | |
tree | 6f5e4e583ff7d7b88e62dac7b81a90c129a7d3b9 /src/headerFieldFactory.cpp | |
parent | Some fixes for Visual C++/Windows. (diff) | |
download | vmime-4ab9332ce6269807edb45e69f7e6000aa40d4478.tar.gz vmime-4ab9332ce6269807edb45e69f7e6000aa40d4478.zip |
Added new basic type 'messageIdSequence'.
Diffstat (limited to 'src/headerFieldFactory.cpp')
-rw-r--r-- | src/headerFieldFactory.cpp | 3 |
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); |