X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-reply.c;h=0d29cf075d0c8b61d39910ec6ddd24605a0a8649;hp=885bedb14871f79894853f0e3ba47e41ffc5c7cb;hb=62379f3dee5bc3673007271bc43ecc2587ac4e22;hpb=82e47ec92b41973567f4d89bbd6afdb22fc634bd diff --git a/notmuch-reply.c b/notmuch-reply.c index 885bedb1..0d29cf07 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -207,6 +207,9 @@ mailing_list_munged_reply_to (notmuch_message_t *message) InternetAddressMailbox *mailbox; header = notmuch_message_get_header (message, "reply-to"); + if (*header == '\0') + return 0; + list = internet_address_list_parse_string (header); if (internet_address_list_length (list) != 1)