aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-reply.c
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch-reply.c')
-rw-r--r--notmuch-reply.c3
1 files changed, 3 insertions, 0 deletions
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)