diff --git a/mail/send_mail_type.anubis b/mail/send_mail_type.anubis index bf5eb71..b2f915c 100644 --- a/mail/send_mail_type.anubis +++ b/mail/send_mail_type.anubis @@ -182,8 +182,8 @@ public define Email_Address [first . t] then if t is { - [] then email_address("", trim_tokens(first,['<','>',' '])), - [second . t] then email_address(first, trim_tokens(second,['<','>',' '])) + [] then email_address("", trim_tokens(first, ['<','>',' '])), + [second . _] then email_address(first, trim_tokens(second, ['<','>',' '])) } } . -- libgit2 0.21.4