diff options
Diffstat (limited to '')
-rw-r--r-- | src/mailboxField.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailboxField.cpp b/src/mailboxField.cpp index 3fe023c0..af220c50 100644 --- a/src/mailboxField.cpp +++ b/src/mailboxField.cpp @@ -66,6 +66,8 @@ void mailboxField::parse(const string& buffer, const string::size_type position, delete (parsedAddress); + getValue().setParsedBounds(position, end); + setParsedBounds(position, end); if (newPosition) |