aboutsummaryrefslogtreecommitdiffstats
path: root/src/headerFieldFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/headerFieldFactory.cpp')
-rw-r--r--src/headerFieldFactory.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/headerFieldFactory.cpp b/src/headerFieldFactory.cpp
index 93e1b7fe..544a2ac2 100644
--- a/src/headerFieldFactory.cpp
+++ b/src/headerFieldFactory.cpp
@@ -56,6 +56,9 @@ headerFieldFactory::headerFieldFactory()
registerName <messageIdField>(vmime::fields::MESSAGE_ID);
registerName <defaultField>(vmime::fields::CONTENT_LOCATION);
registerName <messageIdField>(vmime::fields::IN_REPLY_TO);
+
+ registerName <messageIdField>(vmime::fields::ORIGINAL_MESSAGE_ID);
+ registerName <mailboxListField>(vmime::fields::DISPOSITION_NOTIFICATION_TO);
}