X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fthread.cc;h=3561b27f743976d2c2d1918d33fc2a8d33469c74;hb=54982e520c3bee74e947e311ee5b1219396fa1a8;hp=1632da4cd0f4f9398e774b8157004e89914485d9;hpb=008a5e92eb157e2bb8622cb2fbf644deba5ba4b4;p=notmuch diff --git a/lib/thread.cc b/lib/thread.cc index 1632da4c..3561b27f 100644 --- a/lib/thread.cc +++ b/lib/thread.cc @@ -160,6 +160,9 @@ _resolve_thread_authors_string (notmuch_thread_t *thread) thread->authors_array = NULL; g_ptr_array_free (thread->matched_authors_array, true); thread->matched_authors_array = NULL; + + if (!thread->authors) + thread->authors = talloc_strdup(thread, ""); } /* clean up the ugly "Lastname, Firstname" format that some mail systems