X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch-private.h;h=94fc54d76913a1f20e6d229f2c0d6d0ed2fa300a;hp=590a3451dfecea9c760ca9ea434296982c0cf6b1;hb=0a7181dd163babefaefa9988ed51dc66c892eb3e;hpb=a33085828408ec421bcfcf23449b51e0a0e3cece diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 590a3451..94fc54d7 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -543,6 +543,12 @@ _notmuch_message_remove_unprefixed_terms (notmuch_message_t *message); const char * _notmuch_message_get_thread_id_only(notmuch_message_t *message); +size_t _notmuch_message_get_thread_depth (notmuch_message_t *message); + +void +_notmuch_message_label_depths (notmuch_message_t *message, + size_t depth); + notmuch_message_list_t * _notmuch_message_sort_subtrees (void *ctx, notmuch_message_list_t *list);