aboutsummaryrefslogtreecommitdiffstats
path: root/src/messageId.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/messageId.cpp')
-rw-r--r--src/messageId.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/messageId.cpp b/src/messageId.cpp
index 666136f5..42ac7cb6 100644
--- a/src/messageId.cpp
+++ b/src/messageId.cpp
@@ -122,6 +122,8 @@ void messageId::parse(const string& buffer, const string::size_type position,
}
}
+ setParsedBounds(position, end);
+
if (newPosition)
*newPosition = end;
}