]> granicus.if.org Git - neomutt/commit
Change mutt_addr_is_user() to no for a NULL address
authorKevin McCarthy <kevin@8t8.us>
Sun, 26 May 2019 23:03:40 +0000 (16:03 -0700)
committerRichard Russon <rich@flatcap.org>
Thu, 6 Jun 2019 23:50:20 +0000 (00:50 +0100)
commitc050a085f0150aa472fafdd739994948b7df2bf2
tree55dd8c0ffc01f0afa5fd98c743229fb3c97fa474
parentb7ddd2f0d315e3dad83496776b93348cba9ff75e
Change mutt_addr_is_user() to no for a NULL address

The behavior is generating a false 'F' flag for a spam message with an
unparsable From address.

After reviewing the callers, I can't see a reason returning 'yes' in
this case.

Co-authored-by: Richard Russon <rich@flatcap.org>
alias.c