aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/vmime/mailbox.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/vmime/mailbox.cpp b/src/vmime/mailbox.cpp
index 7c6d5e3b..c4b230c4 100644
--- a/src/vmime/mailbox.cpp
+++ b/src/vmime/mailbox.cpp
@@ -234,8 +234,6 @@ void mailbox::parseImpl
++p;
}
-
- break;
}
else
{
@@ -245,10 +243,6 @@ void mailbox::parseImpl
}
else if (state == State_Address)
{
- // Skip '<' character
- if (*p == '<')
- ++p;
-
bool escaped = false;
int comment = 0;