X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=lib%2Fnotmuch-private.h;h=94cce1bc8f5e9bd93f6ff7e94bfb032712d960fa;hb=4971b85641def6b17072ae1b0de0adf15d197f2c;hp=c7fb0ef89312fa35ffda1cee7f22a9cd08da30c3;hpb=d12801c8b4d04a50fcb912b75017244fb09658e8;p=notmuch diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index c7fb0ef8..94cce1bc 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -205,7 +205,8 @@ notmuch_thread_t * _notmuch_thread_create (void *ctx, notmuch_database_t *notmuch, const char *thread_id, - const char *query_string); + const char *query_string, + notmuch_sort_t sort); /* message.cc */ @@ -382,13 +383,13 @@ _notmuch_messages_create (notmuch_message_list_t *list); /* query.cc */ notmuch_bool_t -_notmuch_mset_messages_has_more (notmuch_messages_t *messages); +_notmuch_mset_messages_valid (notmuch_messages_t *messages); notmuch_message_t * _notmuch_mset_messages_get (notmuch_messages_t *messages); void -_notmuch_mset_messages_advance (notmuch_messages_t *messages); +_notmuch_mset_messages_move_to_next (notmuch_messages_t *messages); /* message.cc */