summaryrefslogtreecommitdiff
path: root/mailbox
diff options
context:
space:
mode:
Diffstat (limited to 'mailbox')
-rw-r--r--mailbox/mimehdr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailbox/mimehdr.c b/mailbox/mimehdr.c
index 3391868d1..df6624cbb 100644
--- a/mailbox/mimehdr.c
+++ b/mailbox/mimehdr.c
@@ -176,7 +176,7 @@ _header_get_param (const char *field_body,
}
else
{
- for (e = v + 1; !(_ISSPECIAL (*e) || mu_isspace (*e)); e++)
+ for (e = v + 1; *e && !(*e == ';' || mu_isspace (*e)); e++)
;
len = e - v;
}

Return to:

Send suggestions and report system problems to the System administrator.