X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fmessage.cc;h=8b9c84f942f93359cf16e1d2895221922397fb3f;hb=caeb05493d5d0c97859cfd6303d8c64071dd69ea;hp=a5a65e21701b49530ac755ab4be6e6e9d3acae72;hpb=2f3a76c569e5efad54520613315c0d29512ce69c;p=notmuch diff --git a/lib/message.cc b/lib/message.cc index a5a65e21..8b9c84f9 100644 --- a/lib/message.cc +++ b/lib/message.cc @@ -25,7 +25,7 @@ #include -struct _notmuch_message { +struct visible _notmuch_message { notmuch_database_t *notmuch; Xapian::docid doc_id; int frozen; @@ -837,7 +837,7 @@ _notmuch_message_add_term (notmuch_message_t *message, /* Parse 'text' and add a term to 'message' for each parsed word. Each * term will be added both prefixed (if prefix_name is not NULL) and - * also unprefixed). */ + * also non-prefixed). */ notmuch_private_status_t _notmuch_message_gen_terms (notmuch_message_t *message, const char *prefix_name,