X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch.h;h=f135fd3f2c1a8ab75814fafca2eeeab9db2dfd0e;hp=32b5332815837f8be6b7d22c2ff53cff114a4491;hb=333486572517d2e2084d66208de59085f21d8573;hpb=5dec429f457c5b387a43802a32ef3192592c425d diff --git a/lib/notmuch.h b/lib/notmuch.h index 32b53328..f135fd3f 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -299,8 +299,8 @@ notmuch_query_create (notmuch_database_t *database, /* Sort values for notmuch_query_set_sort */ typedef enum { - NOTMUCH_SORT_DATE, - NOTMUCH_SORT_DATE_REVERSE, + NOTMUCH_SORT_OLDEST_FIRST, + NOTMUCH_SORT_NEWEST_FIRST, NOTMUCH_SORT_MESSAGE_ID } notmuch_sort_t;