]> git.notmuchmail.org Git - notmuch/blobdiff - lib/thread.cc
gmime-cleanup: pass NULL arguments explicitly where GMime 3.0 expects it
[notmuch] / lib / thread.cc
index 47c9066406e084c51735b0dc6960055904763659..c9c9398fd9d0788e2cebe86d43848ebc82a5a412 100644 (file)
@@ -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);