X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fthread.cc;h=1a1ecfa5507ee8cf35e243eb4b44ddfdcd0526eb;hb=eb157f8841b93a0df241b815e30ac54ca81cc83d;hp=561ca5bec783cd9a014563412acac76f5205dac0;hpb=33e58021958f8069ad46d7bd05cf586676fb6ae7;p=notmuch diff --git a/lib/thread.cc b/lib/thread.cc index 561ca5be..1a1ecfa5 100644 --- a/lib/thread.cc +++ b/lib/thread.cc @@ -26,7 +26,7 @@ #define EMPTY_STRING(s) ((s)[0] == '\0') -struct visible _notmuch_thread { +struct _notmuch_thread { notmuch_database_t *notmuch; char *thread_id; char *subject;