X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fmessage.cc;fp=lib%2Fmessage.cc;h=560f274658538d78ab72869251de0bc970557497;hp=7af6ab82a721699ac7f09153724b9e8038484b2a;hb=b0a11dbc3822271e948f625ca326e86ff68f2e57;hpb=87234a8ef3aed65f131348388c36799f1741e327 diff --git a/lib/message.cc b/lib/message.cc index 7af6ab82..560f2746 100644 --- a/lib/message.cc +++ b/lib/message.cc @@ -742,7 +742,7 @@ _notmuch_message_remove_terms (notmuch_message_t *message, const char *prefix) * properties, along with any automatic tags*/ /* According to Xapian API docs, none of these calls throw * exceptions */ -notmuch_private_status_t +static notmuch_private_status_t _notmuch_message_remove_indexed_terms (notmuch_message_t *message) { Xapian::TermIterator i;