X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fnotmuch.h;h=350bed8bdbba956da7114bf969dfdcde513b5b8e;hb=c070bee7ead07d18f67830a24ab3a822cc6e95bb;hp=3df1ade788c6063ef3aaa0bb7f199b5c067978cc;hpb=3b74537f495f60eed6ec10022a019acb78fd8e33;p=notmuch diff --git a/lib/notmuch.h b/lib/notmuch.h index 3df1ade7..350bed8b 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -1000,7 +1000,7 @@ notmuch_thread_get_newest_date (notmuch_thread_t *thread); * * for (tags = notmuch_thread_get_tags (thread); * notmuch_tags_valid (tags); - * notmuch_result_move_to_next (tags)) + * notmuch_tags_move_to_next (tags)) * { * tag = notmuch_tags_get (tags); * .... @@ -1242,7 +1242,7 @@ notmuch_message_get_header (notmuch_message_t *message, const char *header); * * for (tags = notmuch_message_get_tags (message); * notmuch_tags_valid (tags); - * notmuch_result_move_to_next (tags)) + * notmuch_tags_move_to_next (tags)) * { * tag = notmuch_tags_get (tags); * ....