X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch.h;h=bae48a6589f62868331a3c7d7d70715d12ea706c;hp=a7e66dd35c9e69bfa8882b8b2b27b8aee8d99a97;hb=aadb15a002dc01903d60ca40048d6d4ef3990863;hpb=f41a35e2923b0b3ef2f66e91cd30e20b4c1a336a;ds=inline diff --git a/lib/notmuch.h b/lib/notmuch.h index a7e66dd3..bae48a65 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -346,7 +346,8 @@ notmuch_query_create (notmuch_database_t *database, typedef enum { NOTMUCH_SORT_OLDEST_FIRST, NOTMUCH_SORT_NEWEST_FIRST, - NOTMUCH_SORT_MESSAGE_ID + NOTMUCH_SORT_MESSAGE_ID, + NOTMUCH_SORT_UNSORTED } notmuch_sort_t; /* Specify the sorting desired for this query. */