X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fthread.cc;h=c9c9398fd9d0788e2cebe86d43848ebc82a5a412;hp=47c9066406e084c51735b0dc6960055904763659;hb=bbe3015b3ea503b2834811f6cdd7276f9742faa1;hpb=8dcc38ce85ce084d3f0f3cbeac7e4a768e651614 diff --git a/lib/thread.cc b/lib/thread.cc index 47c90664..c9c9398f 100644 --- a/lib/thread.cc +++ b/lib/thread.cc @@ -284,7 +284,7 @@ _thread_add_message (notmuch_thread_t *thread, from = notmuch_message_get_header (message, "from"); if (from) - list = internet_address_list_parse_string (from); + list = internet_address_list_parse (NULL, from); if (list) { address = internet_address_list_get_address (list, 0);